Initial reorg.
This is largely the same as #305, but updated for the current tree.
This commit is contained in:
4
crates/api/examples/hello.wat
Normal file
4
crates/api/examples/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