While testing this out to see how yew compares to go-app in terms of flow and binary size(10 times smaller out of the box due to lack of runtime and GC) I have noticed Rust has this trunk tool that basically does what I did manually with https://github.com/mar1n3r0/hello-ipfs
https://dev.to/pancy/build-a-decentralized-app-on-ipfs-using-webassembly-46a4
While testing this out to see how yew compares to go-app in terms of flow and binary size(10 times smaller out of the box due to lack of runtime and GC) I have noticed Rust has this trunk tool that basically does what I did manually with https://github.com/mar1n3r0/hello-ipfs
https://trunkrs.dev/#install
Wouldn't it be great if we have the same portability tool for go-app?