boa
https://github.com/boa-dev/boa
Rust
Boa is an embeddable and experimental Javascript engine written in Rust. Currently, it has support for some of the language.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Rust not yet supported1 Subscribers
Add a CodeTriage badge to boa
Help out
- Issues
- refactor: use `usize` for `Array`, `ArrayBuffer`, `TypedArray`, `DataView`
- refactor `DataView`, `TypedArray`, `ArrayBuffer` indices to use `usize`
- Replace ByteCodeEmitter::emit_xxx() with Opcode::emit() associated functions
- Implement URLSearchParams class
- added tests for JsSymbol
- feat: implement ECMA-426 source map v3 decoder
- fix: implement TryIntoJs and TryFromJs for common Rust wrapper types
- Fix implicit returns leaking last completion value (#4485)
- Add more documentation examples for API usage
- bug: String.prototype.split should not access Symbol.split on primitive separators
- Docs
- Rust not yet supported