Browse Source

Update README.md

Contributing guide
pull/22/head
Jason Williams 6 years ago committed by GitHub
parent
commit
c2e05536cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      README.md

12
README.md

@ -7,7 +7,17 @@ This is an experimental Javascript lexer, parser and Just-in-Time compiler writt
This project is an attempted rewrite of Bebbington's js.rs. Most of the Rust code has been rewritten from scratch. This project is an attempted rewrite of Bebbington's js.rs. Most of the Rust code has been rewritten from scratch.
#### WASM ### Contributing
If you don't already have Rust installed rustup is the recommended tool to use. It will install Rust and allow you to switch between nightly, stable and beta. You can also install additional components.
```
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`
#### Web Assembly
This interpreter can be exposed to javascript! This interpreter can be exposed to javascript!
You can build the example locally with: You can build the example locally with:

Loading…
Cancel
Save