Skip to content

Commit

Permalink
Update Wasm spec testsuite (#1361)
Browse files Browse the repository at this point in the history
update Wasm spec testsuite
  • Loading branch information
Robbepop authored Feb 5, 2025
1 parent 77d4caa commit 55eb2c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions crates/wasmi/tests/spec/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ macro_rules! expand_tests_cps {

fn wasm_custom_page_sizes("proposals/custom-page-sizes/custom-page-sizes");
fn wasm_custom_page_sizes_invalid("proposals/custom-page-sizes/custom-page-sizes-invalid");
fn wasm_custom_page_sizes_memory_max("proposals/custom-page-sizes/memory_max");
}
};
}
Expand Down
2 changes: 1 addition & 1 deletion crates/wasmi/tests/spec/testsuite
Submodule testsuite updated 153 files

0 comments on commit 55eb2c1

Please sign in to comment.