mirror of
https://github.com/tlsnotary/wasm-bindgen.git
synced 2026-01-10 07:28:00 -05:00
* 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
4 lines
43 B
JavaScript
4 lines
43 B
JavaScript
export function get_five() {
|
|
return 5;
|
|
}
|