We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When trying to run the example from docs:
import { bundle } from "jsr:@deno/emit"; const result = await bundle( new URL("https://deno.land/[email protected]/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)
The text was updated successfully, but these errors were encountered:
@Dmitri-Sintsov Upgrading to 2.0.4 can solve this problem
Sorry, something went wrong.
Very strange. It works form cli however fails with the same error in VSCode.
@Dmitri-Sintsov How did you get the error when running in VS Code? It would be better if there are steps to reproduce or video clips to demonstrate.
No branches or pull requests
When trying to run the example from docs:
I get the following error:
The text was updated successfully, but these errors were encountered: