DenoDDeno
Powered by
ChillyDudasC
Denoβ€’9mo agoβ€’
1 reply
ChillyDudas

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?
Deno banner
DenoJoin
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,944Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?

Similar Threads

deno compile --include whatev.wasm
bennypBbennyp / help
10mo ago
Deno compile with --include
carragomCcarragom / help
5mo ago
deno compile --include argument
DNADDNA / help
3y ago