mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2025-01-05 19:53:55 +03:00
0753bec4c6
* Running tests on workers without displaying errors * Initializing the wasm bindgen only in worker * Adding tests to run in workers * Format * Adding webdriver.json file * Removed memory module from worker tests * Keeping original JsValue without overwriting * Updated the documentation
9 lines
115 B
JSON
9 lines
115 B
JSON
{
|
|
"moz:firefoxOptions": {
|
|
"prefs": {
|
|
"dom.workers.modules.enabled": true
|
|
},
|
|
"args": []
|
|
}
|
|
}
|