You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The instructions for building a Hello World example list the files that will be generated in pkg, along with descriptions of them. Two files (wasm_game_of_life_bg.js and wasm_game_of_life_bg.wasm.d.ts) are generated, but are not in that list.
I am new to wasm-pack, but I think these generations may have been added relatively recently, after this documentation was written. I've found bugs that discuss adding those files to the generated package.json (rustwasm/wasm-pack#1193 and rustwasm/wasm-pack#199).
The text was updated successfully, but these errors were encountered:
The instructions for building a Hello World example list the files that will be generated in
pkg
, along with descriptions of them. Two files (wasm_game_of_life_bg.js and wasm_game_of_life_bg.wasm.d.ts) are generated, but are not in that list.I am new to wasm-pack, but I think these generations may have been added relatively recently, after this documentation was written. I've found bugs that discuss adding those files to the generated package.json (rustwasm/wasm-pack#1193 and rustwasm/wasm-pack#199).
The text was updated successfully, but these errors were encountered: