mirror of
https://github.com/pezkuwichain/wasm-instrument.git
synced 2026-06-14 23:51:03 +00:00
handle debug info (#16)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
(module
|
||||
(type (;0;) (func))
|
||||
(type (;1;) (func (param i32 i32) (result i32)))
|
||||
(import "env" "foo" (func $foo (type 0)))
|
||||
(import "env" "boo" (func $boo (type 0)))
|
||||
(import "env" "foo" (func $foo (;0;) (type 0)))
|
||||
(import "env" "boo" (func $boo (;1;) (type 0)))
|
||||
(func (;2;) (type 1) (param i32 i32) (result i32)
|
||||
call $foo
|
||||
call $boo
|
||||
|
||||
Reference in New Issue
Block a user