When trying to run the example from docs:
import { bundle } from "jsr:@deno/emit";
const result = await bundle(
new URL("https://deno.land/std@0.140.0/examples/chat/server.ts"),
);
const { code } = result;
console.log(code);
I get the following error:
Uncaught TypeError TypeError: WebAssembly.compile(): Argument 0 must be a buffer source
at eventLoopTick (core/01_core.js:175:7)