fpc/packages/wasmtime/examples/hello.wat
Michaël Van Canneyt e091d263c8 * Wasmtime support
2021-12-30 16:33:14 +01:00

4 lines
83 B
Plaintext

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