cyb-rune-wasm
Version:
[cyb.ai] A WASM module for the Rune Language with cyber bindings
20 lines (12 loc) • 393 B
Markdown
# Rune scripting language for embedding into cyb.ai
This is part of the [Rune Language] maden for [Cyber]
[Rune Language]: https://rune-rs.github.io
[Cyber]: https://cyb.ai
## Usage
- scripting.js file wit binding implementations, should be presented in app root
- `yarn add cyb-rune-wasm`
## Build
```
make build Build the project
make publish Publish the project into NPM
```