| ... | @@ -36,11 +36,18 @@ pub fn build(b: *std.Build) void { | ... | @@ -36,11 +36,18 @@ pub fn build(b: *std.Build) void { |
| 36 | const check = lib.checkObject(); | 36 | const check = lib.checkObject(); |
| 37 | check.checkInHeaders(); | 37 | check.checkInHeaders(); |
| 38 | check.checkExact("name target_features"); | 38 | check.checkExact("name target_features"); |
| 39 | check.checkExact("features 7"); | 39 | check.checkExact("features 14"); |
| 40 | check.checkExact("+ atomics"); | 40 | check.checkExact("+ atomics"); |
| 41 | check.checkExact("+ bulk-memory"); | 41 | 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"); |
| 42 | check.checkExact("+ mutable-globals"); | 47 | check.checkExact("+ mutable-globals"); |
| 43 | check.checkExact("+ nontrapping-fptoint"); | 48 | check.checkExact("+ nontrapping-fptoint"); |
| | 49 | check.checkExact("+ reference-types"); |
| | 50 | check.checkExact("+ relaxed-simd"); |
| 44 | check.checkExact("+ sign-ext"); | 51 | check.checkExact("+ sign-ext"); |
| 45 | check.checkExact("+ simd128"); | 52 | check.checkExact("+ simd128"); |
| 46 | check.checkExact("+ tail-call"); | 53 | check.checkExact("+ tail-call"); |