Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sile committed Jul 14, 2024
1 parent c11521a commit 00a87bf
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
nowasm
======

[![nowasm](https://img.shields.io/crates/v/nowasm.svg)](https://crates.io/crates/nowasm)
[![Documentation](https://docs.rs/nowasm/badge.svg)](https://docs.rs/nowasm)
[![Actions Status](https://github.com/sile/nowasm/workflows/CI/badge.svg)](https://github.com/sile/nowasm/actions)
![License](https://img.shields.io/crates/l/nowasm)

- https://www.w3.org/TR/wasm-core-1/
- https://github.com/WebAssembly/spec/tree/main/test/core
- https://github.com/WebAssembly/sign-extension-ops/blob/master/proposals/sign-extension-ops/Overview.md
Expand All @@ -11,6 +16,6 @@ nowasm
TODO until v0.1.0
-----------------

- [ ] Add validation phase
- [ ] Add validation phase (TBD)
- [ ] Add doc comments
- [ ] Add tests
- [ ] Add more tests

0 comments on commit 00a87bf

Please sign in to comment.