Skip to content

Commit 92acbd3

Browse files
authored
feat: update wasmer 7.1 feature support (#535)
I would like to reflect the new additions in the 7.1 release: https://github.com/wasmerio/wasmer/releases/tag/v7.1.0 Apart from that, I unified the versioned format (`major.minor`).
1 parent c0f8352 commit 92acbd3

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

features.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -584,15 +584,19 @@
584584
"jspi": null,
585585
"jsStringBuiltins": null,
586586
"referenceTypes": "2.0",
587-
"threads": "4.0.0",
588-
"exceptionsFinal": "6.0.0",
587+
"threads": "4.0",
588+
"exceptionsFinal": "6.0",
589+
"extendedConst": "7.1",
589590
"multiValue": "1.0",
590591
"mutableGlobals": "0.7",
592+
"relaxedSimd": "7.1",
591593
"saturatedFloatToInt": true,
592594
"signExtensions": true,
593595
"simd": "2.0",
596+
"tailCall": "7.1",
594597
"typeReflection": "2.0",
595-
"webContentSecurityPolicy": null
598+
"webContentSecurityPolicy": null,
599+
"wideArithmetic": "7.1"
596600
}
597601
},
598602
"wizard": {

0 commit comments

Comments
 (0)