Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions features.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,15 +152,15 @@
"features": {
"bigInt": null,
"bulkMemory": "0.20",
"memory64": ["flag", "Requires flag `--enable-memory64`"],
"multiMemory": ["flag", "Requires flag `--enable-multi-memory`"],
"memory64": ["flag", "Requires flag `--wasm-features=memory64`"],
"multiMemory": ["flag", "Requires flag `--wasm-features=multi-memory`"],
"multiValue": "0.17",
"mutableGlobals": true,
"referenceTypes": "0.20",
"saturatedFloatToInt": true,
"signExtensions": true,
"simd": "0.33",
"threads": null
"threads": ["flag", "Requires flag `--wasm-features=threads`"],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SyntaxError: Expected double-quoted property name in JSON at position 5855

The trailing comma is breaking the site.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, lets revert.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, I opened #315 that solely fixes the flag syntax. Let's figure out what to do about the thread proposal line below...

}
},
"Wasmer": {
Expand Down