Skip to content

Commit

Permalink
Add missing multiMemory WebAssembly feature feature (mdn#21620)
Browse files Browse the repository at this point in the history
* Add missing multiMemory WebAssembly feature feature

This PR is a part of a project to add missing interfaces and interface features to BCD that are from an active spec (including WICG specs) and is supported in at least one browser. This particular PR adds the missing `multiMemory` WebAssembly feature. The data comes from the [mdn-bcd-collector](https://mdn-bcd-collector.gooborg.com) project (v10.6.3).

_Check out the [collector's guide on how to review this PR](https://github.com/openwebdocs/mdn-bcd-collector#reviewing-bcd-changes)._

Tests Used: https://mdn-bcd-collector.gooborg.com/tests/webassembly/multiMemory

* Add spec URL
  • Loading branch information
queengooborg authored Dec 21, 2023
1 parent 8712c14 commit 9e6d199
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/linter/test-spec-urls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ const specsExceptions = [
'https://github.com/WebAssembly/tail-call/blob/main/proposals',
'https://github.com/WebAssembly/threads/blob/main/proposal',
'https://github.com/WebAssembly/relaxed-simd/blob/main/proposals',
'https://github.com/WebAssembly/multi-memory/blob/main/proposals',
];

const allowedSpecURLs = [
Expand Down
37 changes: 37 additions & 0 deletions webassembly/multiMemory.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"webassembly": {
"multiMemory": {
"__compat": {
"spec_url": "https://github.com/WebAssembly/multi-memory/blob/main/proposals/multi-memory/Overview.md",
"support": {
"chrome": {
"version_added": "120"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
}
}
}

0 comments on commit 9e6d199

Please sign in to comment.