Wasm tutorial game-of-life diverging

I am following Hello, World! - Rust and WebAssembly

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

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.