@@ -29,27 +29,19 @@ web server. The simulator doesn't execute on the server.
2929
3030#### Installing the WASM Toolchain
3131
32- These instructions are based on the [ Rust Game-of-Life WASM
33- book] ( https://rustwasm.github.io/docs/book/game-of-life/setup.html ) .
34- If these instructions seem not to work then please [ raise a
35- bug] ( https://github.com/TX-2/TX-2-simulator/issues/new/choose ) but
36- meanwhile you might be about to figure out the problem by looking at
37- the [ Rust Game-of-Life WASM
38- book] ( https://rustwasm.github.io/docs/book/game-of-life/setup.html )
39-
40- #### Toolchain Installation Steps
41-
42321 . Follow the instructions above to install the Rust
4333 toolchain.
44- 1 . Install wasm-pack by either [ following these scary ` curl | sh `
45- instructions] ( https://rustwasm.github.io/wasm-pack/installer/ ) or
46- by using ` cargo install wasm-pack ` .
34+ 1 . Install wasm-pack with ` cargo install wasm-pack ` .
47351 . [ Install npm] ( https://docs.npmjs.com/getting-started ) .
48- 1 . If you already have ` npm ` install , make sure it is up-to-date by
36+ 1 . If you already have ` npm ` installed , make sure it is up-to-date by
4937 running ` npm install npm@latest -g `
5038
5139You should not need ` cargo-generate ` .
5240
41+ If these instructions seem not to work then please [ raise a
42+ bug] ( https://github.com/TX-2/TX-2-simulator/issues/new/choose ) .
43+
44+
5345## Building the Code
5446
5547While it is possible to build just the CLI components (the CLI-based
0 commit comments