-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update badges and usage instructions
- Loading branch information
Showing
1 changed file
with
22 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |