-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
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
Top level await support #52
Comments
Seems the error is thrown by esbuild? |
Second this, having the exact same problem:
This error is encountered after running vite server, no fail on build |
Same. Error when dev, but no error when build. Also using vite-plugin-top-level-await |
same issue here |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I get the following error:
This require call is not allowed because the imported file "vite-plugin-wasm-namespace:/node_modules/.pnpm/@foxglove+wasm-bz2@0.1.1/node_modules/@foxglove/wasm-bz2/wasm/module.wasm" contains a top-level await
Is there any way to enable top-level await support for wasm dependencies?
The text was updated successfully, but these errors were encountered: