get xs
0.1.0-alpha.3
XS JavaScript Engine API Reference
An idiomatic D wrapper of the XS JavaScript Engine.
Usage
"dependencies": {
"xs": "0.1.0-alpha.3"
}
See the API Reference and the official XS in C in the Moddable SDK's documentation.
Modules
| Module | Description |
|---|---|
| xs.bindings.enums | Enumerations adapted from constants in xs.h. |
| xs.bindings.macros | Implements macros from xs.h as idiomatic D. |
| xs.bindings.structs | Structures adapted from those in xs.h. |
| xs.bindings | Bindings to the XS JavaScript Engine C API. |
| xs.script | JavaScript program and module loaders. |
| xs | XS JavaScript Engine API |