Skip to content

Commit aeaefba

Browse files
committed
test: Update wasm/infer-features based on what LLVM produces.
1 parent e632e71 commit aeaefba

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

test/link/wasm/infer-features/build.zig

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,18 @@ pub fn build(b: *std.Build) void {
3636
const check = lib.checkObject();
3737
check.checkInHeaders();
3838
check.checkExact("name target_features");
39-
check.checkExact("features 7");
39+
check.checkExact("features 14");
4040
check.checkExact("+ atomics");
4141
check.checkExact("+ bulk-memory");
42+
check.checkExact("+ exception-handling");
43+
check.checkExact("+ extended-const");
44+
check.checkExact("+ half-precision");
45+
check.checkExact("+ multimemory");
46+
check.checkExact("+ multivalue");
4247
check.checkExact("+ mutable-globals");
4348
check.checkExact("+ nontrapping-fptoint");
49+
check.checkExact("+ reference-types");
50+
check.checkExact("+ relaxed-simd");
4451
check.checkExact("+ sign-ext");
4552
check.checkExact("+ simd128");
4653
check.checkExact("+ tail-call");

0 commit comments

Comments
 (0)