marbu@discuss.tchncs.de to PrivacyEnglish · 5 days agoFixBrowser: lightweight web browser created from scratchwww.fixbrowser.orgexternal-linkmessage-square31fedilinkarrow-up163arrow-down11cross-posted to: privacy@lemmy.worldhackernews@lemmy.bestiver.se
arrow-up162arrow-down1external-linkFixBrowser: lightweight web browser created from scratchwww.fixbrowser.orgmarbu@discuss.tchncs.de to PrivacyEnglish · 5 days agomessage-square31fedilinkcross-posted to: privacy@lemmy.worldhackernews@lemmy.bestiver.se
minus-squaretrevor@lemmy.blahaj.zonelinkfedilinkEnglisharrow-up4·4 days agoWASM is a better way to run code client-side, and has the benefit of not being a terribly slow, untyped mess 😌
minus-squarefolkrav@lemmy.calinkfedilinkarrow-up2·4 days 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.