mirror of
https://github.com/janet-lang/janet
synced 2025-10-28 06:07:43 +00:00
Add length method ffi/jitfn abstract values.
This commit is contained in:
@@ -10,3 +10,4 @@
|
||||
(def signature (ffi/signature :default :void))
|
||||
(ffi/call f signature)
|
||||
(print "called a jitted function with FFI!")
|
||||
(print "machine code: " (describe (string/slice f)))
|
||||
|
||||
Reference in New Issue
Block a user