deno compile --include whatev.wasm
I'd like to include a wasm file as data, but when I try to
--include
it I get
I'm aware that the docs say to add wasm imports to the import map, but that's not what I'm getting at: I just want to include a tree sitter grammar as data so that web-tree-sitter
can load it up.1 Reply
Basically I'm trying to get the old wasm importing behaviour, without all the static analysis: