sanitation@lemmy.radio to Programming@programming.dev · 13 hours agoDocker images are hundreds of MB; a full game engine compiles to 35MB WASMbogomolov.workexternal-linkmessage-square15fedilinkarrow-up132
arrow-up132external-linkDocker images are hundreds of MB; a full game engine compiles to 35MB WASMbogomolov.worksanitation@lemmy.radio to Programming@programming.dev · 13 hours agomessage-square15fedilink
minus-square[object Object]@lemmy.calinkfedilinkarrow-up12·13 hours agoWasm is 32 bit and that has rules it out of so many decent applications for me.
minus-squareZangoose@lemmy.worldlinkfedilinkarrow-up3·11 hours ago(preface that I’ve never actually worked with wasm before) It seems like wasm64 exists though? Does it have any crazy limitations or is it just not well supported yet?
minus-square[object Object]@lemmy.calinkfedilinkarrow-up3·edit-28 hours agoI will check that out, if so it would be perfect for some of my applications. Edit: it’s not supported in wasmer or any non browser runtimes, which does block my use case.
minus-squareatzanteol@sh.itjust.workslinkfedilinkEnglisharrow-up1·10 hours agoWhat are you doing that requires 64 bit math or memory addressing?
minus-square[object Object]@lemmy.calinkfedilinkarrow-up6·9 hours agoAllocating 4gb to load in large parquet files
Wasm is 32 bit and that has rules it out of so many decent applications for me.
(preface that I’ve never actually worked with wasm before)
It seems like wasm64 exists though? Does it have any crazy limitations or is it just not well supported yet?
I will check that out, if so it would be perfect for some of my applications.
Edit: it’s not supported in wasmer or any non browser runtimes, which does block my use case.
What are you doing that requires 64 bit math or memory addressing?
Allocating 4gb to load in large parquet files