Replies: 3 comments 2 replies
-
I just got the same error in my Next 14.2.3 project. Although I'm not using QuickJS, perhaps it'll help you or someone else running into the same issue aswell. |
Beta Was this translation helpful? Give feedback.
-
Having a similar issue when importing onnxruntime-web. Also, I'd note that the onnx-runtime-web minified bundle in node_modules is using import.meta.url, so may be a source of issue as @DuckThom mentioned. Also, as @medihack mentioned, onnx-runtime-web is also using WASM technologies. |
Beta Was this translation helpful? Give feedback.
-
Similar problem with
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
When importing
quickjs-emscripten
I receive the below error when using Turbopack. It works fine when using Next.js 14 without Turbopack.quickjs-emscripten
uses some WASM stuff under the hood. Could it be that this is the problem and Turbopack doesn't support that? Or can someone give me a hint what else I could try to fix that problem?The stack trace:
The location where this error happens:
Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions