5 lines
90 B
Plaintext
5 lines
90 B
Plaintext
(module
|
|
(import "new" "log" (func $log (param i32 i32)))
|
|
(export "log" (func $log))
|
|
)
|