mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 19:42:50 -06:00
Update README.md
This commit is contained in:
committed by
GitHub
parent
6ea53e44a4
commit
3a17a68da6
@@ -6,6 +6,6 @@ compiled to Web Assembly (WASM) using [Emscripten](https://emscripten.org/).
|
|||||||
1. Compile the WASM files (inside Docker) using `build-wasm.sh`, placing them in `.libs/`
|
1. Compile the WASM files (inside Docker) using `build-wasm.sh`, placing them in `.libs/`
|
||||||
2. Test in Node.js by running `node test-node.js [path to PGF]`
|
2. Test in Node.js by running `node test-node.js [path to PGF]`
|
||||||
3. Test in a web browser
|
3. Test in a web browser
|
||||||
a. Start a server with `npx serve -l 41296`
|
1. Start a server with `npx serve -l 41296`
|
||||||
b. Browse to `http://localhost:41296/test-web.html`
|
2. Browse to `http://localhost:41296/test-web.html`
|
||||||
c. Check JavaScript console
|
3. Check JavaScript console
|
||||||
|
|||||||
Reference in New Issue
Block a user