8 ms·
Lots of context for this project on the Bytecode Alliance blog: https://bytecodealliance.org/articles/endive-and-the-next-chapter-of-webassembly-on-the-jvm http
by phickey 4mo ago
Lots of context for this project on the Bytecode Alliance blog: https://bytecodealliance.org/articles/endive-and-the-next-chapter-of-webassembly-on-the-jvm https://bytecodealliance.org/articles/endive-and-the-next-ch...
- pjmlp 4mo agoAh, looks like they will be packaging a Rust runtime on top, not as interesting as I thought.
- bhelx 4mo agothe "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.