Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6dec3f9

Browse files
ci: fix tests
Signed-off-by: Henry Gressmann <[email protected]>
1 parent 37f4dc5 commit 6dec3f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/wasm-testsuite/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ struct CustomTests;
2323
///
2424
/// Includes all proposals from <https://github.com/WebAssembly/testsuite/tree/master/proposals>
2525
#[rustfmt::skip]
26-
pub const PROPOSALS: &[&str] = &["annotations", "exception-handling", "extended-const", "function-references", "gc", "memory64", "multi-memory", "relaxed-simd", "tail-call", "threads", "custom-page-sizes", "wide-arithmetic"];
26+
pub const PROPOSALS: &[&str] = &["annotations", "exception-handling", "extended-const", "function-references", "gc", "memory64", "multi-memory", "relaxed-simd", "tail-call", "threads", "custom-page-sizes", "wide-arithmetic", "wasm-3.0"];
2727

2828
/// List of all tests that apply to the MVP (V1) spec
2929
/// Note that the tests are still for the latest spec, so the latest version of Wast is used.

0 commit comments

Comments
 (0)