You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We would love to get @biomejs/biome working on StackBlitz! ❤️
We have started experimenting with modifying process.arch to be set to wasm32 (See initial discussion in #1236). The idea would be that it would allow maintainers of a package, so biome in this instance, to create a version of their package that targets WebContainer and gets picked up automatically as it works today for MacOS / Linux / Windows.
So in this instance, a @biomejs/cli-linux-wasm32 package would have to provide a WASM implementation (that can use node-wasi) and specify in its package.json:
"cpu": [
"wasm32"
]
Then end users of @biomejs/biome would be able to enjoy it on StackBlitz. 🎉
Now with that said, we're not there yet. We'll keep you posted!
Describe the bug
Trying to run
@biomejs/biome
in StackBlitz causes this error:Link to the blitz that caused the error
https://stackblitz.com/edit/github-ogy9eg?file=.stackblitzrc
Steps to reproduce
Open StackBlitz repro.
Observe the error in the terminal:
Expected behavior
biome
runs successfullyParity with Local
Screenshots
No response
Platform
Additional context
related biomejs/biome#1341
The text was updated successfully, but these errors were encountered: