marbu@discuss.tchncs.de to Privacy@lemmy.mlEnglish · 1 day agoFixBrowser: lightweight web browser created from scratchwww.fixbrowser.orgexternal-linkmessage-square28fedilinkarrow-up152cross-posted to: privacy@lemmy.world
arrow-up152external-linkFixBrowser: lightweight web browser created from scratchwww.fixbrowser.orgmarbu@discuss.tchncs.de to Privacy@lemmy.mlEnglish · 1 day agomessage-square28fedilinkcross-posted to: privacy@lemmy.world
minus-squaretrevorlinkfedilinkEnglisharrow-up2·19 hours 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-up1·4 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.