cm0002@libretechni.ca to Rust@programming.devEnglish · 4 days agoJavaScript engine written in Rustgithub.comexternal-linkmessage-square7fedilinkarrow-up125arrow-down12cross-posted to: hackernews
arrow-up123arrow-down1external-linkJavaScript engine written in Rustgithub.comcm0002@libretechni.ca to Rust@programming.devEnglish · 4 days agomessage-square7fedilinkcross-posted to: hackernews
minus-squaresik0fewl@lemmy.calinkfedilinkarrow-up9·4 days agoThis is interesting. Compacting garbage collector, written in very unsafe Rust
minus-squareinnocentz3r0@programming.devlinkfedilinkarrow-up1·4 days agoWhy not use MMTk instead of writing your own? MMTk already has bindings for V8, so it already has some level of support for Javascript, and seems to be better in the long run.
This is interesting.
Why not use MMTk instead of writing your own? MMTk already has bindings for V8, so it already has some level of support for Javascript, and seems to be better in the long run.