mirror of
https://github.com/fluencelabs/parity-wasm
synced 2025-04-25 07:12:15 +00:00
and finally forward.wast
This commit is contained in:
parent
e7e9a0c379
commit
48e59cd9df
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
target
|
||||
Cargo.lock
|
||||
.vscode
|
||||
**/.DS_Store
|
@ -7,9 +7,9 @@ macro_rules! run_test {
|
||||
);
|
||||
}
|
||||
|
||||
run_test!("address", wasm_address);
|
||||
run_test!("endianness", wasm_endianness);
|
||||
run_test!("f32", wasm_f32);
|
||||
run_test!("f64", wasm_f64);
|
||||
run_test!("forward", wasm_address);
|
||||
run_test!("i32", wasm_i32);
|
||||
run_test!("i64", wasm_i64);
|
||||
|
@ -81,7 +81,7 @@ pub fn spec(name: &str) {
|
||||
.arg("--spec")
|
||||
.arg("-o")
|
||||
.arg(&json_spec_path)
|
||||
.arg(&format!("./testsuite/{}.wast", name))
|
||||
.arg(&format!("./wabt/third_party/testsuite/{}.wast", name))
|
||||
.output()
|
||||
.expect("Failed to execute process");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user