How do I specify the path a WASM file will have? I...
# webassembly
m
How do I specify the path a WASM file will have? It tries to resolve it relative to the HTML file and is generated as
./<module>.wasm
in the uninstantiated.mjs but I plan to have the WASM files under
/static/wasm/<module>.wasm
a
b
It think it should be resolved relative to mjs file.
Right now it’s impossible to customize it, feel free to file an issue