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
- Implement `toString` and `toJSON` methods for the remaining builtins `Duration`, `PlainMonthDay`, and `PlainYearMonth`
- Use cow-utils instead
- Consider to expose get_active_script_or_module and ActiveRunnable
- `setTimeout`, `setInterval` and `clearInterval` (and the same `clearTimeout`) implementations
- Tracking issue for new `set` methods.
- Add examples to the website, or make examples more discoverable
- [DRAFT] feat: console.table implementation
- perf: use cow-utils instead
- Update workflows permission to allow forked PRs to have commented results
- Set the array "length" property in `[[DefineOwnProperty]]` based on the array shape
- Docs
- Rust not yet supported