sdeleuze
05/16/2023, 6:52 PMbashor
05/16/2023, 7:22 PMsdeleuze
05/16/2023, 7:24 PMandylamax
05/16/2023, 8:34 PMbashor
05/16/2023, 9:39 PMwasm-merge combines wasm files together. For example, imagine you have a project that uses wasm files from multiple toolchains. Then it can be helpful to merge them all into a single wasm file before shipping, since in a single wasm file the calls between the modules become just normal calls inside a module, which allows them to be inlined, dead code eliminated, and so forth, potentially improving speed and sizehttps://github.com/WebAssembly/binaryen#wasm-merge
andylamax
05/16/2023, 9:47 PMOleg Yukhnevich
05/17/2023, 7:16 AMbashor
05/17/2023, 7:39 AMOleg Yukhnevich
05/17/2023, 7:45 AM