- Notifications
You must be signed in to change notification settings - Fork622
Labels
Description
Reproduction link or steps
- Openhttps://stackblitz.com/edit/github-cbzzyjkp-ksbgrixc?file=package.json
pnpm i
andpnpm build
runs automatically[rolldown] Downloading @rolldown/binding-wasm32-wasi@1.0.0-beta.10-commit.2c4c2a8 on WebContainer...
is outputError: Failed to load native binding
error happens
What is expected?
Error: Failed to load native binding
error to not happen
What is actually happening?
The following error happens:
Error: Failed to load native binding at src/binding.js (file:///home/projects/github-cbzzyjkp-ksbgrixc/node_modules/.pnpm/rolldown@1.0.0-beta.10-commit.2c4c2a8/node_modules/rolldown/dist/shared/parse-ast-index-PSQWLeSo.mjs:380:36) at eval (file:///home/projects/github-cbzzyjkp-ksbgrixc/node_modules/.pnpm/rolldown@1.0.0-beta.10-commit.2c4c2a8/node_modules/rolldown/dist/shared/parse-ast-index-PSQWLeSo.mjs:37:49) at eval (file:///home/projects/github-cbzzyjkp-ksbgrixc/node_modules/.pnpm/rolldown@1.0.0-beta.10-commit.2c4c2a8/node_modules/rolldown/dist/shared/parse-ast-index-PSQWLeSo.mjs:653:30) at _0xa7a1a1 (https://githubcbzzyjkpksbgrixc-5ri1.w-credentialless-staticblitz.com/blitz.55edb8f4.js:31:830547) at _0x44194c.run (https://githubcbzzyjkpksbgrixc-5ri1.w-credentialless-staticblitz.com/blitz.55edb8f4.js:31:831284) at _0x47b7f2 (https://githubcbzzyjkpksbgrixc-5ri1.w-credentialless-staticblitz.com/blitz.55edb8f4.js:31:846553) at _0x4ff63b._evaluate (https://githubcbzzyjkpksbgrixc-5ri1.w-credentialless-staticblitz.com/blitz.55edb8f4.js:31:846894) at _0x56f96a (https://githubcbzzyjkpksbgrixc-5ri1.w-credentialless-staticblitz.com/blitz.55edb8f4.js:31:846184) at _0x4ff63b._evaluate (https://githubcbzzyjkpksbgrixc-5ri1.w-credentialless-staticblitz.com/blitz.55edb8f4.js:31:846758)
System Info
StackBlitz System: OS: Linux 5.0 undefined CPU: (8) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz Memory: 0 Bytes / 0 Bytes Shell: 1.0 - /bin/jsh Binaries: Node: 20.19.1 - /usr/local/bin/node Yarn: 1.22.19 - /usr/local/bin/yarn npm: 10.8.2 - /usr/local/bin/npm pnpm: 8.15.6 - /usr/local/bin/pnpm
Any additional comments?
Similar to#4508
It doesn't happen with1.0.0-beta.10-commit.ac4e5db
and happens with1.0.0-beta.10-commit.87188ed
. Something betweenac4e5db...87188ed broke it.
We should add a test for this usecase.