mirror of
https://github.com/pezkuwichain/wasm-instrument.git
synced 2026-06-13 09:21:11 +00:00
Update wasmparser requirement from 0.82 to 0.84 (#10)
* Update wasmparser requirement from 0.82 to 0.84 Updates the requirements on [wasmparser](https://github.com/bytecodealliance/wasm-tools) to permit the latest version. - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](https://github.com/bytecodealliance/wasm-tools/compare/wasmparser-0.82.0...wasmparser-0.84.0) --- updated-dependencies: - dependency-name: wasmparser dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Adapt tests to new wasmparser Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alexander Theißen <alex.theissen@me.com>
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
(import "env" "ext_return" (func $ext_return (type 0)))
|
||||
(import "env" "memory" (memory (;0;) 1 1))
|
||||
(func $start (type 1)
|
||||
(local i32))
|
||||
(local i32)
|
||||
)
|
||||
(func (;2;) (type 1))
|
||||
(func (;3;) (type 1)
|
||||
global.get 0
|
||||
@@ -21,7 +22,8 @@
|
||||
global.get 0
|
||||
i32.const 3
|
||||
i32.sub
|
||||
global.set 0)
|
||||
global.set 0
|
||||
)
|
||||
(func (;4;) (type 1)
|
||||
global.get 0
|
||||
i32.const 2
|
||||
@@ -37,7 +39,9 @@
|
||||
global.get 0
|
||||
i32.const 2
|
||||
i32.sub
|
||||
global.set 0)
|
||||
global.set 0
|
||||
)
|
||||
(global (;0;) (mut i32) i32.const 0)
|
||||
(export "call" (func 4))
|
||||
(start 3))
|
||||
(start 3)
|
||||
)
|
||||
Reference in New Issue
Block a user