WASM Build? #3311
Replies: 3 comments
-
|
The parser has a wasm version published to https://www.npmjs.com/package/@oxc-parser/wasm Everything else is still unstable so they are not published. |
Beta Was this translation helpful? Give feedback.
-
|
The npm packages |
Beta Was this translation helpful? Give feedback.
-
|
@Boshen Are there plans to add WASM builds for Webassembly builds make these tools easily accessible for embedding in browsers and other fun things with web assembly. They all seem stable, for example oxfmt recently entering beta. For example, esbuild has had support for a long time: https://github.com/evanw/esbuild/blob/main/Makefile#L346-L347 If you add it, I would target WASI 0.2 (preview 2, or |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I noticed that the oxc project playground is using a WASM build of oxc, but I can't find any packages, discussion, or releases of an official build. For folks building more client-side tooling, it'd be super nifty to be able to run oxc in a browser like that.
Beta Was this translation helpful? Give feedback.
All reactions