5 ms·
Would be interesting if it would be possible to take the Rust approach and guarantee at parse/compilation time that the DOM interactions are safe without runtim
by tjallingt 8y ago
Would be interesting if it would be possible to take the Rust approach and guarantee at parse/compilation time that the DOM interactions are safe without runtime overhead. Probably a terrible idea for mobile devices though...
- seanmcdirmid 8y agoThat would only work if it isn’t shared with unsafe code.