File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -102,8 +102,8 @@ At this stage RustPython only has preliminary support for web assembly. The inst
102
102
103
103
## Setup
104
104
105
- To get started, install [ wasm-bingden ] ( https://rustwasm.github.io/wasm-bindgen/whirlwind-tour/basic-usage.html )
106
- and [ wasm-webpack ] ( https://rustwasm.github.io/wasm-pack/installer/ ) . You will also need to have ` npm ` installed.
105
+ To get started, install [ wasm-bindgen ] ( https://rustwasm.github.io/wasm-bindgen/whirlwind-tour/basic-usage.html )
106
+ and [ wasm-pack ] ( https://rustwasm.github.io/wasm-pack/installer/ ) . You will also need to have ` npm ` installed.
107
107
108
108
<!-- Using `rustup` add the compile target `wasm32-unknown-emscripten`. To do so you will need to have [rustup](https://rustup.rs/) installed.
109
109
You can’t perform that action at this time.
0 commit comments