mirror of
https://github.com/pezkuwichain/wasm-instrument.git
synced 2026-04-22 02:07:58 +00:00
fdce5c64f1
I tried locally merge `fix-tests` and `fix-clippy` branches and CI should work after my PRs
11 lines
135 B
WebAssembly Text Format
11 lines
135 B
WebAssembly Text Format
(module
|
|
(func $one-group-many-locals
|
|
(local i64) (local i64) (local i32)
|
|
)
|
|
(func $main
|
|
(call
|
|
$one-group-many-locals
|
|
)
|
|
)
|
|
)
|