1 | initial version |
How can I can build an wasm so it does not require me to define "onRuntimeInitialized"
WASM is compiled in runtime so you need a callback to know when it's ready.
You can disable WASM: --disable_wasm
(see build_js.py arguments).