runtime
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
(module
|
||||
(import "gyehoek:gyehoek/runtime@0.1.0"
|
||||
"[static]scm.make-small-int"
|
||||
(func $make-small-int (param i32) (result i32)))
|
||||
(func $run (result i32)
|
||||
(call $make-small-int (i32.const 123)))
|
||||
(export "gyehoek:gyehoek/program@0.1.0#run"
|
||||
(func $run)))
|
||||
Reference in New Issue
Block a user