deno compile --include anything.wasm : relative import not prefixed error
I want to include a wasm file to load in a webview for a native program. The deno program itself does not actually load the wasm module. However, Deno insists on checking the import paths:
I don't believe it's necessary in this case. Any workarounds?
1 Reply
You can change the filename to not have a
.wasm
file extension, which works well enough.