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
wasm-module:D:\Users\changhaozhao\Desktop\132\node_swc\pkg\node_swc_bg.wasm:41:44: error: Top-level await is currently not supported with the "cjs" output format 41 │ export const { instance, module } = await loadWasm(wasmModule, imports);
The text was updated successfully, but these errors were encountered:
Having a similar issue:
Building...✘ [ERROR] Top-level await is not available in the configured target environment ("chrome83.0", "ios13.0" + 9 overrides) wasm-module:/Users/marvin/Developer/M8FINDER/M8FINDER/node_modules/shiki/dist/onig.wasm:50:44: 50 │ ... const { instance, module } = await loadWasm(wasmModule, imports);
Sorry, something went wrong.
Same issue here. Is there a workaround?
No branches or pull requests
The text was updated successfully, but these errors were encountered: