Hacker News new | ask | show | jobs
by phickey 14 days ago
Lots of context for this project on the Bytecode Alliance blog: https://bytecodealliance.org/articles/endive-and-the-next-ch...
1 comments

Ah, looks like they will be packaging a Rust runtime on top, not as interesting as I thought.
the "redline" compiler is cranelift which is written in rust, but i think it's being compiled to Wasm first then JVM bytecode so it still works zero dependency. not sure if that will continue to be the case.