mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-05-23 18:11:25 +00:00
5 lines
84 B
Plaintext
5 lines
84 B
Plaintext
(module
|
|
(func $hello (import "" "hello"))
|
|
(func (export "run") (call $hello))
|
|
)
|