diff options
Diffstat (limited to 'README.md')
| -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 |
