mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced 2025-08-06 22:51:32 +00:00
vm: very basic virtual machine
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
export func ffiStructDefine(items...)
|
||||
native ffi "internal" "ffiStructDefine"
|
||||
|
||||
export func ffiStructAllocate(struct)
|
||||
export func ffiStructAllocate(def)
|
||||
native ffi "internal" "ffiStructAllocate"
|
||||
|
||||
export func ffiStructValue(def, field, value)
|
||||
|
Reference in New Issue
Block a user