land/userland/src/lib/env.wast

7 lines
126 B
Plaintext

(module
(func $log (param i32) (nop))
(func $hello (nop))
(export "log" (func $log))
(export "hello" (func $hello))
)