gecko-dev/dom/worklet/tests
Ryan Hunt 6209b9c4eb Bug 1624524 - Remove uses of wasmTextToBinary in non-JS shell tests. r=bbouvier
There are not many uses of wasmTextToBinary in the non-JS shell tests, and so
the easiest path to resolving the build size regression from using the 'wat'
crate is to just conditionally compile it in the JS shell. This commit takes
the few cases of wasmTextToBinary in non-JS shell tests and precompiles them
to binary.

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

--HG--
extra : moz-landing-system : lando
2020-04-10 21:28:19 +00:00
..
.eslintrc.js
common.js
mochitest.ini
server_import_with_cache.sjs
test_audioWorklet.html
test_audioWorkletGlobalScopeRegisterProcessor.html
test_audioWorklet_WASM.html
test_audioWorklet_insecureContext.html
test_audioWorklet_options.html
test_basic.html
test_console.html
test_dump.html
test_exception.html
test_import_with_cache.html
test_paintWorklet.html
test_promise.html
worklet_audioWorklet.js
worklet_audioWorklet_WASM.js
worklet_audioWorklet_options.js
worklet_console.js
worklet_dump.js
worklet_exception.js
worklet_paintWorklet.js
worklet_promise.js
worklet_test_audioWorkletGlobalScopeRegisterProcessor.js