mirror of
https://github.com/pezkuwichain/wasm-instrument.git
synced 2026-06-13 17:31:09 +00:00
chore: modernize WASM tests (#79)
I tried locally merge `fix-tests` and `fix-clippy` branches and CI should work after my PRs
This commit is contained in:
committed by
GitHub
parent
6307588b3d
commit
fdce5c64f1
+2
-2
@@ -8,8 +8,8 @@
|
||||
call $foo
|
||||
call $boo
|
||||
|
||||
get_local 0
|
||||
get_local 1
|
||||
local.get 0
|
||||
local.get 1
|
||||
i32.add
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user