https://github.com/chances/wren-d
D bindings to the wren scripting language
https://github.com/chances/wren-d
dlang scripting-language wren
Last synced: about 2 months ago
JSON representation
D bindings to the wren scripting language
- Host: GitHub
- URL: https://github.com/chances/wren-d
- Owner: chances
- License: mit
- Created: 2020-10-24T09:12:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-18T00:40:48.000Z (7 months ago)
- Last Synced: 2025-01-09T22:23:40.144Z (4 months ago)
- Topics: dlang, scripting-language, wren
- Language: Makefile
- Homepage:
- Size: 65.4 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wren-d
[](https://github.com/chances/wren-d/actions/workflows/ci.yml)
[](https://code.dlang.org/packages/wren-d)D bindings to the [Wren](http://wren.io/) scripting language.
## Usage
```json
"dependencies": {
"wren-d": "0.4.2"
}
```See Wren's [Embedding](https://wren.io/embedding/) instructions.