This commit is contained in:
2026-08-24 07:03:24 -06:00
parent 540a44e148
commit f2c5d2f3ee
10 changed files with 134 additions and 0 deletions
+8
View File
@@ -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)))