mirror of
https://github.com/pezkuwichain/wasm-instrument.git
synced 2026-06-15 18:21:07 +00:00
handle debug info (#16)
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
(module
|
||||
(type (;0;) (func))
|
||||
(func $one-group-many-locals (type 0)
|
||||
(func $one-group-many-locals (;0;) (type 0)
|
||||
(local i64 i64 i32)
|
||||
)
|
||||
(func $main (type 0)
|
||||
(func $main (;1;) (type 0)
|
||||
global.get 0
|
||||
i32.const 5
|
||||
i32.add
|
||||
|
||||
Reference in New Issue
Block a user