Files
gyehoek-hs/wit-test/runtime.wat
T
2026-08-24 06:58:16 -06:00

6 lines
207 B
WebAssembly Text Format

(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[method]scm.make-small-int"
(func $make-small-int)))