You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
removing the canvas import (which includes a wasm file) stops the installed script from recompiling so I am assuming this has to do with having a wasm import.
Footnotes
a confusion I had while digging into this here is that this package https://deno.land/x/canvas@v1.1.1does appear to read/fetch a wasm file:
possibly related to #5987, I have a simple script which uses a wasm
binaryfile encoded as a base64 string inside a js file:after I install this as a script:
each time I run the file it recompiles the source code (despite no changes to the script
canvas.ts
).removing the canvas import (which includes a wasm file) stops the installed script from recompiling so I am assuming this has to do with having a wasm import.
Footnotes
a confusion I had while digging into this here is that this package https://deno.land/x/canvas@v1.1.1 does appear to read/fetch a wasm file:
but this script appears to be able to use the canvas binary without specifying
--allow-read
or--allow-net
The text was updated successfully, but these errors were encountered: