Open kimwallmark opened 1 year ago
The list of files generated by wasm-pack build was missing two files. This change adds those files and information about them.
wasm-pack build
The files are wasm_game_of_life_bg.js and wasm_game_of_life_bg.wasm.d.ts.
There is some additional information about these files in https://github.com/rustwasm/wasm-pack/issues/1193 and https://github.com/rustwasm/wasm-pack/issues/199.
Fixes #291
Summary
The list of files generated by
wasm-pack build
was missing two files. This change adds those files and information about them.The files are wasm_game_of_life_bg.js and wasm_game_of_life_bg.wasm.d.ts.
There is some additional information about these files in https://github.com/rustwasm/wasm-pack/issues/1193 and https://github.com/rustwasm/wasm-pack/issues/199.
Fixes #291