Skip to content

Commit 1a0677a

Browse files
committed
Updated the wasm installation instruction
1 parent 96c1c5a commit 1a0677a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,12 +149,13 @@ Finally, run:
149149

150150
```
151151
npm install
152+
npm link rustpython_wasm
152153
```
153154

154155
and you will be able to run the files with:
155156

156157
```
157-
webpack-dev-server
158+
node_modules/.bin/webpack-dev-server
158159
```
159160

160161
Open a browser console and see the output of rustpython_wasm. To verify this, modify the line in `app/index.js`

0 commit comments

Comments
 (0)