support SIMD fuzzing in reference interpreter (#3980)
* support SIMD fuzzing in reference interpreter * formatting
This commit is contained in:
4
crates/fuzzing/wasm-spec-interpreter/tests/simd_not.wat
Normal file
4
crates/fuzzing/wasm-spec-interpreter/tests/simd_not.wat
Normal file
@@ -0,0 +1,4 @@
|
||||
(module
|
||||
(func (export "simd_not") (param $a v128) (result v128)
|
||||
local.get $a
|
||||
v128.not))
|
||||
Reference in New Issue
Block a user