zlacker

[parent] [thread] 0 comments
1. guraf+(OP)[view] [source] 2023-05-26 18:50:43
> 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?

[go to top]