mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-16 02:00:51 +00:00
No need to specify port to parcel
This commit is contained in:
parent
b75c0354b7
commit
322f52001e
@ -175,7 +175,7 @@ $ wasm2es6js js_hello_world_wasm.wasm -o js_hello_world_wasm.js --base64
|
||||
|
||||
# Install parcel and run it against the index files we use below.
|
||||
$ npm install -g parcel-bundler
|
||||
$ parcel index.html -p 8000
|
||||
$ parcel index.html
|
||||
```
|
||||
|
||||
If you open that in a browser you should see a `Hello, world!` dialog pop up!
|
||||
|
Loading…
x
Reference in New Issue
Block a user