Eable post-MVP feature wasm-c-api (#315)
This commit is contained in:
4
samples/wasm-c-api/src/hello.wat
Normal file
4
samples/wasm-c-api/src/hello.wat
Normal file
@ -0,0 +1,4 @@
|
||||
(module
|
||||
(func $hello (import "" "hello"))
|
||||
(func (export "run") (call $hello))
|
||||
)
|
||||
Reference in New Issue
Block a user