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?
I don't believe it's necessary in this case. Any workarounds?
