mirror of
https://github.com/pezkuwichain/wasm-instrument.git
synced 2026-06-13 01:11:06 +00:00
handle debug info (#16)
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
(module
|
||||
(type (;0;) (func (param i32 i32)))
|
||||
(type (;1;) (func))
|
||||
(import "env" "ext_return" (func $ext_return (type 0)))
|
||||
(import "env" "ext_return" (func $ext_return (;0;) (type 0)))
|
||||
(import "env" "memory" (memory (;0;) 1 1))
|
||||
(func $start (type 1)
|
||||
(func $start (;1;) (type 1)
|
||||
(local i32)
|
||||
)
|
||||
(func (;2;) (type 1))
|
||||
|
||||
Reference in New Issue
Block a user