Skip to content

Commit

Permalink
Update badges and usage instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
chances committed Dec 23, 2020
1 parent d8cf8b1 commit d9c8bf0
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,23 @@
# wasmer-d
D bindings to wasmer, a standalone WebAssembly runtime for running WebAssembly outside of the browser

[![DUB Package](https://img.shields.io/dub/v/wasmer.svg)](https://code.dlang.org/packages/wasmer)
[![wasmer-d CI](https://github.com/chances/wasmer-d/workflows/wasmer-d%20CI/badge.svg)](https://github.com/chances/wasmer-d/actions)
[![codecov](https://codecov.io/gh/chances/wasmer-d/branch/master/graph/badge.svg?token=U6BqigvJI6)](https://codecov.io/gh/chances/xs-d)

D bindings to [wasmer](https://wasmer.io/), a standalone WebAssembly runtime for running WebAssembly outside of the browser.

Also includes an idiomatic D wrapper of the [Wasmer Runtime C API](https://github.com/wasmerio/wasmer/tree/master/lib/c-api#readme).

## Usage

```json
"dependencies": {
"wasmer": "0.1.0-alpha.1"
}
```

## License

[MIT Licence](https://opensource.org/licenses/MIT)

Copyright © 2020 Chance Snow. All rights reserved.

0 comments on commit d9c8bf0

Please sign in to comment.