* dev-test: update dependencies * update wasmparser: 0.99.0 -> 0.101.1 Remove `i64` generation fix for elements as they only contain `reftype` and not `i64` * update wasmparser: 0.101.1 -> 0.103.0 See <https://github.com/bytecodealliance/wasm-tools/pull/957> for more information * update wasmparser: 0.103.0 -> 0.106.0 * update wasmparser: 0.106.0 -> 0.107.0
8 lines
103 B
TOML
8 lines
103 B
TOML
[package]
|
|
name = "wasm-ast"
|
|
version = "0.12.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
wasmparser = "0.107.0"
|