Files
wasm-bindgen/tests/worker/modules.js
WhizSid 0753bec4c6 Worker tests (#3351)
* 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
2023-04-26 19:09:15 +05:00

4 lines
43 B
JavaScript

export function get_five() {
return 5;
}