> Who wants to write a web assembly engine from scratch
Webassembly engine is one of the simpler things to implement in a browser. It's essentially a giant switch statement in a loop.
> let alone the rest?
But who said a new browser has to implement everything from scratch? Why couldn't a browser use well established libraries for things like image decoding, webasm, JavaScript, font rendering, webrtc, http, etc?
Webassembly engine is one of the simpler things to implement in a browser. It's essentially a giant switch statement in a loop.
> let alone the rest?
But who said a new browser has to implement everything from scratch? Why couldn't a browser use well established libraries for things like image decoding, webasm, JavaScript, font rendering, webrtc, http, etc?