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:
error: Relative import path "GOT.mem" not prefixed with / or ./ or ../ and not in import map ...
error: Relative import path "GOT.mem" not prefixed with / or ./ or ../ and not in import map ...
I don't believe it's necessary in this case. Any workarounds?
Continue the conversation
Join the Discord to ask follow-up questions and connect with the community
D
Deno
Chat about Deno, a modern runtime for JavaScript and TypeScript.