RSLint
DISCONTINUED
boa
Our great sponsors
RSLint | boa | |
---|---|---|
2 | 10 | |
1,333 | 2,958 | |
- | 5.1% | |
9.2 | 9.7 | |
over 1 year ago | 4 days ago | |
Rust | Rust | |
MIT License | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
RSLint
-
Rusticles #15 - Wed Oct 14 2020
RDambrosio016/RSLint (Rust): A (WIP) Extremely fast JavaScript linter and Rust crate
-
Top 10 Developer Trends, Mon Oct 12 2020
RDambrosio016 / RSLint
boa
-
Implementing a safe garbage collector in Rust
Although you probably could use it for something else, Boa[1] is a good demonstration of this (it uses the GC crate, but the same principle probably applies).
- Boa – Embeddable and experimental JavaScript engine written in Rust
-
A python interpreter written in Rust?
Deno uses the V8 JavaScript engine, which is written in C/C++. There is a Rust JavaScript engine called Boa though.
-
Boa release v0.14: A JavaScript engine written in Rust
One of the big changes in this release was to port the whole execution of JavaScript to 2 steps, a compiler and a VM. You can find more information about the VM here: https://github.com/boa-dev/boa/blob/main/docs/vm.md
-
Rust Is the Future of JavaScript Infrastructure
Author here. A few other Rust projects to note that I didn't mention in the original post I've since found:
- Boa (JS engine in Rust) – https://github.com/boa-dev/boa
- RSLint (JS/TS linter in Rust) – https://github.com/rslint/rslint
- Node version manager in Rust – https://github.com/Schniz/fnm
If you know of any other popular ones, let me know. I'm keeping a list :)
-
Boa release v0.13
We did! We have an issue related to that, but right now we are focusing on having a 100% compliant engine :)
- Show HN: A tiny Web browser implementation with V8 JavaScript engine and Rust
-
Criterion.rs run benchmark failing.
I saw how to setup this thing from another repo - https://github.com/boa-dev/boa
-
Starlight: JS engine focused on performance in Rust.
(For this microbenchmark, Starlight takes 9 ms and BOA takes 21 ms.)
-
Rusticles #15 - Wed Oct 14 2020
boa-dev/boa (Rust): Boa is an embeddable and experimental Javascript engine written in Rust. Currently, it has support for some of the language.
What are some alternatives?
starlight - JS engine in Rust
RustPython - A Python Interpreter written in Rust
swc - Rust-based platform for the Web
jsparagus - Experimental JS parser-generator project.
deno_lint - Blazing fast linter for JavaScript and TypeScript written in Rust
Rust - All Algorithms implemented in Rust
napi-rs - A framework for building compiled Node.js add-ons in Rust via Node-API
firecracker - Secure and fast microVMs for serverless computing.
tauri - Build smaller, faster, and more secure desktop applications with a web frontend.
deno - A modern runtime for JavaScript and TypeScript.
ajour - A World of Warcraft addon manager written in Rust.