Join Slack
Powered by
How do I specify the path a WASM file will have? I...
# webassembly
m
martmists
07/01/2023, 9:17 AM
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
Alexander Girke
07/02/2023, 4:56 PM
You can surely just copy the files using
https://docs.gradle.org/current/userguide/working_with_files.html
b
bashor
07/03/2023, 11:51 AM
It think it should be resolved relative to mjs file.
bashor
07/03/2023, 11:53 AM
Right now it’s impossible to customize it, feel free to file an issue
6
Views
Open in Slack
Previous
Next