I am following https://rustwasm.github.io/docs/book/game-of-life/hello-world.html
What I am seeing is diverging from the tutorial, I am not sure why.
1: wasm-pack build
produces pkg/wasm_game_of_life.js
where the first line is: import * as wasm from './wasm_game_of_life_bg.wasm';
whereas in the tutorial it is: import * as wasm from './wasm_game_of_life_bg';
Importing different files
1a: pkg/Package.json
has:
* no description in my generted version, no big deal I think