With WASM you’re looking at bundling every single dependency, every single runtime, framework and whatnot, in the final binary.
you just don’t know what you’re talking about. wasm has a module-import structure with which you can link libraries statically, and some wasm runtimes also offer possibilities for dynamic library linking.
fonix232@fedia.io 13 hours ago
Oh, good to know. Last time I checked around WASM this wasn't really an option.