Nova: A JavaScript and WebAssembly engine written in Rust
1–10 of 70 posts
Re: Nova: A JavaScript and WebAssembly engine written in Rust
#2Re: Nova: A JavaScript and WebAssembly engine written in Rust
#3Still at early stages, quite incomplete, not nearly ready for real use, AFAICT.
Re: Nova: A JavaScript and WebAssembly engine written in Rust
#4[flagged]
Re: Nova: A JavaScript and WebAssembly engine written in Rust
#5[flagged]
It fails to differentiate between JavaScript engines, a core language implementation, and runtimes, an engine plus the useful parts needed for writing software (os, event loop etc.).
It lists engines like boa, duktape or Hermes as if they are the same thing as Node, Deno or Bun, but at the same time doesn't even mention SpiderMonkey, V8 or JavaScriptCore, as if realizing they are not actually in the same class.
I guess the snark wouldn't work as well if a chunk of the list gets eliminated by thinking about it.
Re: Nova: A JavaScript and WebAssembly engine written in Rust
#6Re: Nova: A JavaScript and WebAssembly engine written in Rust
#7Re: Nova: A JavaScript and WebAssembly engine written in Rust
#8Uses "data-oriented design", so it's likely striving to be faster than other non-JIT runtimes by being more cache-friendly. Still at early stages, quite incomplete, not nearly ready for real use, AFAICT.
Yes, basically. And removing structural inheritance.
Re: Nova: A JavaScript and WebAssembly engine written in Rust
#9Hi, main developer of Nova here if you want to ask any questions! I'm at a choir event for the rest of the week though, so my answers may tarry a bit.
Re: Nova: A JavaScript and WebAssembly engine written in Rust
#10Uses "data-oriented design", so it's likely striving to be faster than other non-JIT runtimes by being more cache-friendly. Still at early stages, quite incomplete, not nearly ready for real use, AFAICT.