land/userland/src/lib/env.wast

7 lines
126 B
Plaintext
Raw Normal View History

2018-06-07 22:31:01 +00:00
(module
(func $log (param i32) (nop))
(func $hello (nop))
(export "log" (func $log))
(export "hello" (func $hello))
)