study-rust-wasm/rust-wasi-markdown/hello.wat

6 lines
89 B
Plaintext

(module
(func $hello (import "" "hello"))
(func (export "run") (call $hello)))