5 lines
84 B
Plaintext
5 lines
84 B
Plaintext
|
(module
|
||
|
(func $hello (import "" "hello"))
|
||
|
(func (export "run") (call $hello))
|
||
|
)
|