Updating link
parent
3c768c0c74
commit
ac1fad7be2
|
@ -1,10 +1,11 @@
|
||||||
## About
|
## About
|
||||||
|
|
||||||
Tweak of the great Wasm tutorial here :
|
Tweak of the great Wasm tutorial here :
|
||||||
[tutorials]: https://rustwasm.github.io/docs/wasm-pack/tutorials/index.html
|
[tutorials](https://rustwasm.github.io/docs/book/game-of-life/implementing.html)
|
||||||
|
|
||||||
## Links
|
## Links
|
||||||
|
|
||||||
|
* [`wasm-pack`](https://rustwasm.github.io/docs/wasm-pack/tutorials/index.html)
|
||||||
* [`wasm-bindgen`](https://github.com/rustwasm/wasm-bindgen) for communicating
|
* [`wasm-bindgen`](https://github.com/rustwasm/wasm-bindgen) for communicating
|
||||||
between WebAssembly and JavaScript.
|
between WebAssembly and JavaScript.
|
||||||
* [`console_error_panic_hook`](https://github.com/rustwasm/console_error_panic_hook)
|
* [`console_error_panic_hook`](https://github.com/rustwasm/console_error_panic_hook)
|
||||||
|
|
Loading…
Reference in New Issue