Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizu-xyz authored Sep 17, 2023
1 parent 42199df commit fc98b57
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,22 @@ The VSCE extension contains all the code that interfaces with the VSCode API and

To run this codebase you will need the following languages installed:

Rust
Nodejs
Typescript
- Rust
- Nodejs
- Typescript

And the following:

WASM Bindgen CLI: `cargo install wasm-bindgen-cli`
vsce: `npm install --global vsce`
- Wasm Pack: cargo install wasm-pack
- Wasm Bindgen CLI: `cargo install wasm-bindgen-cli`
- Wasm Compilation Target: `rustup target add wasm32-unknown-unknown`
- VSCE: `npm install --global vsce`

## Running

To run tests:

- WASM: `./bin/test_wasm.sh`
- Wasm: `./bin/test_wasm.sh`
- VSCE: `./bin/test_client.sh`


Expand Down

0 comments on commit fc98b57

Please sign in to comment.