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