Initial reorg.
This is largely the same as #305, but updated for the current tree.
This commit is contained in:
7
crates/api/examples/multi.wat
Normal file
7
crates/api/examples/multi.wat
Normal file
@@ -0,0 +1,7 @@
|
||||
(module
|
||||
(func $f (import "" "f") (param i32 i64) (result i64 i32))
|
||||
|
||||
(func $g (export "g") (param i32 i64) (result i64 i32)
|
||||
(call $f (local.get 0) (local.get 1))
|
||||
)
|
||||
)
|
||||
Reference in New Issue
Block a user