mirror of
https://github.com/danbulant/oxc
synced 2026-05-25 12:51:57 +00:00
689 B
689 B
About
Wasm package for oxc compiler.
🚴 Usage
import oxc from 'oxc-wasm'
const ast = oxc.main(code, options)
🛠️ Build with wasm-pack build
cargo binstall wasm-pack
wasm-pack build
🔬 Test in Headless Browsers with wasm-pack test
wasm-pack test --headless --firefox
🎁 Publish to NPM with wasm-pack publish
wasm-pack publish
🔋 Batteries Included
wasm-bindgenfor communicating between WebAssembly and JavaScript.console_error_panic_hookfor logging panic messages to the developer console.