Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Aug 21, 2021
1 parent c86aa0c commit a5c3bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ffi/cpp/examples/fixeddecimal_wasm/README
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ You need the [Emscripten SDK](https://emscripten.org/docs/getting_started/downlo

There are two ways to run the test. Firstly, you can call `make test`, which runs `node node-test.js` after building the appropriate WASM files. This runs a CLI test with the fixed decimal example in test.cpp.

The other way is to run `make serve`, which will serve `localhost:8000/web-version.html`, which can run the test from test.cpp in your browser.
The other way is to run `make serve`, which will open a web page running test.cpp in your browser.

0 comments on commit a5c3bb1

Please sign in to comment.