Add length method ffi/jitfn abstract values.

This commit is contained in:
Calvin Rose
2022-12-04 11:08:17 -06:00
parent aa60c1f36a
commit 90f212df92
3 changed files with 12 additions and 2 deletions
+1
View File
@@ -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)))