Commit Graph

1 Commits

Author SHA1 Message Date
Tristan Cartledge
205a80e421 feat: optimize QuickJS implementation for minimal size
- Remove hardcoded JavaScript code and default transformation
- Make JavaScript code required as command-line argument
- Streamline dependencies (remove wasm-bindgen, serde, web-sys)
- Convert from library to binary target for cleaner WASI execution
- Update binary size: 718KB raw, 285KB gzipped
- Maintain full Wasmer compatibility and flexibility
- Update all documentation with correct sizes
- Uses QuickJS-NG (Next Generation) JavaScript engine
2025-08-18 15:18:43 +10:00