npm:@img/sharp-wasm32 package on Deno 2.5.0
Hi, I'm attempting to use sharp's WebAssembly package on Deno.
The native binaries for the package don't work with
Do I need to install
The native binaries for the package don't work with
deno compile AFAIK, so I'm trying wasm.Do I need to install
npm:@img/sharp-wasm32 as well as npm:sharp? I can't seem to import anything from the former.