diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -8,13 +8,21 @@ <br> -[](https://docs.rs/okv) [](https://crates.io/crates/okv) [](./LICENSE-APACHE) +[](https://docs.rs/tinywasm) [](https://crates.io/crates/tinywasm) [](./LICENSE-APACHE) -<br/> > [!WARNING] > This project is still in development and is not ready for use. +## Features + +- **`std`**\ + Enables the use of `std` and `std::io` for parsing from files and streams. This is enabled by default. +- **`logging`**\ + Enables logging of the parsing process using the `log` crate. This is enabled by default. +- **`parser`**\ + Enables the `tinywasm_parser` crate. This is enabled by default. + # 🎯 Goals * Interpreted Runtime (no JIT) |
