14:00:16 looking at wasm-game-of-life, why do we load 11 times more javascrip than wasm (in bytes)? 16:22:12 so it seems this example https://github.com/rustwasm/wasm-bindgen/tree/master/examples/without-a-bundler is outdated, as the build script panics and if the same commands are applied to a different source tree the necessary files are not generated 16:22:38 am I missing something? this does not feel mature or stable at all 18:53:28 ok I thing I got the hang of it now 18:54:02 https://dev.to/dandyvica/wasm-in-rust-without-nodejs-2e0c 18:54:02 this helped a lot, and the realization that the generated js file changes it's name depending on the crate name 18:55:03 still, that was not a fun experience