←back to thread

239 points ivankra | 3 comments | | HN request time: 0.402s | source
1. 383toast ◴[] No.45945846[source]
how does this compare to existing JS engines?
replies(2): >>45946318 #>>45949252 #
2. echelon ◴[] No.45946318[source]
You can embed this one in your Rust programs. No linking to C/C++. All native Rust.

That little 40 mb single binary server you wrote can now be scripted in JavaScript.

This is frankly awesome, and now there are multiple Rust-native JavaScript engines. And they both look super ergonomic.

3. joshcartme ◴[] No.45949252[source]
If you look at bench or conformance here, https://github.com/ivankra/javascript-zoo?tab=readme-ov-file..., you can get an idea of how it compares in some ways