An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# wren-d

[![wren-d CI](https://github.com/chances/wren-d/actions/workflows/ci.yml/badge.svg)](https://github.com/chances/wren-d/actions/workflows/ci.yml)
[![DUB Package](https://img.shields.io/dub/v/wren-d.svg)](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.