Update to wasmparser 0.29.2 and the latest spec_testsuite.
This commit is contained in:
@@ -15,7 +15,7 @@ cranelift-codegen = "0.28.0"
|
|||||||
cranelift-wasm = "0.28.0"
|
cranelift-wasm = "0.28.0"
|
||||||
cranelift-native = "0.28.0"
|
cranelift-native = "0.28.0"
|
||||||
libfuzzer-sys = { git = "https://github.com/rust-fuzz/libfuzzer-sys.git" }
|
libfuzzer-sys = { git = "https://github.com/rust-fuzz/libfuzzer-sys.git" }
|
||||||
wasmparser = { version = "0.23.0", default-features = false }
|
wasmparser = { version = "0.29.2", default-features = false }
|
||||||
binaryen = "0.5.0"
|
binaryen = "0.5.0"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ failure = { version = "0.1.3", default-features = false }
|
|||||||
failure_derive = { version = "0.1.3", default-features = false }
|
failure_derive = { version = "0.1.3", default-features = false }
|
||||||
target-lexicon = { version = "0.2.0", default-features = false }
|
target-lexicon = { version = "0.2.0", default-features = false }
|
||||||
hashbrown = { version = "0.1.8", optional = true }
|
hashbrown = { version = "0.1.8", optional = true }
|
||||||
wasmparser = "0.23.0"
|
wasmparser = "0.29.2"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["std"]
|
default = ["std"]
|
||||||
|
|||||||
@@ -69,6 +69,8 @@ impl Context {
|
|||||||
operator_config: OperatorValidatorConfig {
|
operator_config: OperatorValidatorConfig {
|
||||||
enable_threads: false,
|
enable_threads: false,
|
||||||
enable_reference_types: false,
|
enable_reference_types: false,
|
||||||
|
enable_bulk_memory: false,
|
||||||
|
enable_simd: false,
|
||||||
},
|
},
|
||||||
mutable_global_imports: true,
|
mutable_global_imports: true,
|
||||||
};
|
};
|
||||||
|
|||||||
Submodule spec_testsuite updated: b2800641d6...89cc463fa1
Reference in New Issue
Block a user