@[email protected] to [email protected]English • 2 days agoFixBrowser: lightweight web browser created from scratchwww.fixbrowser.orgmessage-square26fedilinkarrow-up159arrow-down11cross-posted to: privacy[email protected]
arrow-up158arrow-down1external-linkFixBrowser: lightweight web browser created from scratchwww.fixbrowser.org@[email protected] to [email protected]English • 2 days agomessage-square26fedilinkcross-posted to: privacy[email protected]
minus-squaretrevorlinkfedilinkEnglish4•1 day agoWASM is a better way to run code client-side, and has the benefit of not being a terribly slow, untyped mess 😌
minus-squarefolkravlinkfedilink2•19 hours agoIt desperately needs interface types if we ever hope to make it a serious contender for general purpose web development. The IO overhead of having to interface with JS to use any web API is itself pretty slow, and is limiting a lot of usecases.
WASM is a better way to run code client-side, and has the benefit of not being a terribly slow, untyped mess 😌
It desperately needs interface types if we ever hope to make it a serious contender for general purpose web development. The IO overhead of having to interface with JS to use any web API is itself pretty slow, and is limiting a lot of usecases.