oxc/crates/oxc_wasm
2024-01-16 17:17:46 +08:00
..
.cargo
src refactor(linter): remove the LintSettings parameter from LintContext::new. (#2051) 2024-01-16 17:17:46 +08:00
.gitignore
Cargo.toml chore: say good bye to ezno (#2048) 2024-01-16 13:53:54 +08:00
README.md

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