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
+5
View File
@@ -0,0 +1,5 @@
(module
(func $make-small-int (param $n i32) (result i32)
(i32.mul (local.get $n) (i32.const 2)))
(export "gyehoek:gyehoek/runtime@0.1.0#[static]scm.make-small-int"
(func $make-small-int)))