mirror of
https://github.com/mii443/wasmer.git
synced 2025-08-25 09:49:27 +00:00
5 lines
84 B
Plaintext
Vendored
5 lines
84 B
Plaintext
Vendored
(module
|
|
(func $hello (import "" "hello"))
|
|
(func (export "run") (call $hello))
|
|
)
|