Hacker News new | ask | show | jobs
by tjallingt 2866 days 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...
1 comments

That would only work if it isn’t shared with unsafe code.