Browse Source

Update README.md

pull/102/head
Jason Williams 5 years ago committed by GitHub
parent
commit
1f68ddc659
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      README.md

5
README.md

@ -24,6 +24,11 @@ curl https://sh.rustup.rs -sSf | sh
Then simply clone this project and `cargo build`
To develop on the web assembly side you can run `yarn serve` then go to `http://localhost:8080`
#### VSCode and Dockerfile
If you don't want to install everything on your machine, you can use the Dockerfile.
Start VSCode in container mode (you may need the docker container plugin) and use the Dockerfile.
#### Web Assembly
This interpreter can be exposed to javascript!

Loading…
Cancel
Save