rustwasm / book

The Rust and WebAssembly Book
https://rustwasm.github.io/docs/book/
MIT License
1.75k stars 211 forks source link

Add information about additional files generated by `wasm-pack build`. #292

Open kimwallmark opened 1 year ago

kimwallmark commented 1 year ago

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