Bug 1509549 - Add "WebAssembly" to the list of globals that are present in JSMs. r=Standard8

Differential Revision: https://phabricator.services.mozilla.com/D13004

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Markus Stange 2019-02-07 19:36:41 +00:00
parent 14a75ee1b7
commit 2c4ba7d789

View File

@ -16,5 +16,9 @@ module.exports = {
"btoa": false,
"debug": false,
"dump": false,
// The WebAssembly global is available in most (if not all) contexts where
// JS can run. It's definitely available in JSMs. So even if this is not
// the perfect place to add it, it's not wrong, and we can move it later.
"WebAssembly": false,
},
};