6 lines
208 B
WebAssembly Text Format
6 lines
208 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#[static]scm.make-small-int"
|
|
(func $make-small-int)))
|