Skip to content

Commit

Permalink
Renamed shard to wasmer
Browse files Browse the repository at this point in the history
  • Loading branch information
naqvis committed Oct 11, 2022
1 parent efdeeff commit 98b2aee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ module. Wasmer comes with many engines and compilers.

```yaml
dependencies
wasmer-crystal:
wasmer:
github: naqvis/wasmer-crystal
```
Expand Down
6 changes: 3 additions & 3 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: wasmer-crystal
version: 0.2.1
name: wasmer
version: 0.2.2

authors:
- Ali Naqvi <[email protected]>
description: |
A complete and mature WebAssembly runtime for Crystal based on Wasmer
crystal: ">= 1.1.1"
crystal: ">= 1.0.0"

license: MIT

0 comments on commit 98b2aee

Please sign in to comment.