Skip to content

Commit

Permalink
Added npm instructions and examples server instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jferreyra-sc committed Dec 19, 2023
1 parent 0e5bd48 commit f2143f8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,9 +301,11 @@ Notable differences when comparing to the Java/ObjC support:
easily add extension methods (by add functions to prototype) without having to
derive from a base class.

The command to run Wasm/TypeScript unit tests is `bazel run
//test-suite:server-ts`. You will need the `tsc` compiler and the `browserify`
tool to run these tests.
Use `bazel run //test-suite:server-ts` to run the Wasm/TypeScript unit tests.
You will need `npm` and run `npm install` in the `test-suite` folder.
You need as well the `tsc` compiler and the `browserify` tool to run these tests.

To run the examples server: `bazel run //examples:server`

## Async interface support

Expand Down

0 comments on commit f2143f8

Please sign in to comment.