aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-05-15 19:14:29 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2025-05-15 19:14:29 +0200
commitc2f3b1c9c534cadc81ebab3e718832d121cdf9cf (patch)
tree458552dfe2e114e4d6dd9aae766855dc6351efbb /README.md
parent97ae34da2a51d9bbc13905598ebc80633c3f80c2 (diff)
downloadnissy-core-c2f3b1c9c534cadc81ebab3e718832d121cdf9cf.tar.gz
nissy-core-c2f3b1c9c534cadc81ebab3e718832d121cdf9cf.zip
WASM and JS port - work in progress
Diffstat (limited to '')
-rw-r--r--README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md
index 384d217..6f3b9d2 100644
--- a/README.md
+++ b/README.md
@@ -233,6 +233,23 @@ with the comments in nissy.h for more details.
233 233
234NOTE: Support for the Python module is still rudimentary. 234NOTE: Support for the Python module is still rudimentary.
235 235
236### JavaScript (and WebAssembly)
237
238Bindings for JavaScript via a WebAssembly build (using
239[emscripten](https://emscripten.org)) are work in progress.
240The JavaScript module can be built with
241
242```
243./build web
244```
245
246Some examples can be found in the `web/examples` folder. They can be run
247using [nodejs](https://nodejs.org):
248
249```
250node web/examples/[filename]
251```
252
236## Cube format 253## Cube format
237 254
238This format is a "base 32" encoding of the cube. It is not meant to be 255This format is a "base 32" encoding of the cube. It is not meant to be

Generated with cgit - Back to sebastiano.tronto.net