diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2023-12-12 09:14:26 +0100 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2023-12-12 09:14:26 +0100 |
| commit | 1663131fb135abf96e4e68a5f872d5cb282ec5e5 (patch) | |
| tree | a262d485b982531f2a64336039c880c69b0484d3 /README.md | |
| parent | cdf44f4852ed6f52deb9823331f26e0bbaf07732 (diff) | |
docs: update documentation
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,6 +1,6 @@ <div> <div> - <img align="left" src="./tinywasm.png" width="100px"> + <a href=""><img align="left" src="./tinywasm.png" width="100px"></a> </div> <h1>TinyWasm</h1> A tiny WebAssembly Runtime written in Rust @@ -11,7 +11,7 @@ [](https://docs.rs/tinywasm) [](https://crates.io/crates/tinywasm) [](./LICENSE-APACHE) -> [!WARNING] +> [!WARNING] > This project is still in development and is not ready for use. ## Features @@ -38,5 +38,7 @@ # 📄 License Licensed under either of [Apache License, Version 2.0](./LICENSE-APACHE) or [MIT license](./LICENSE-MIT) at your option. + +Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in TinyWasm by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions. -Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in TinyWasm by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
\ No newline at end of file +**Note:** The GitHub repository contains a Submodule (`crates/tinywasm-parser/data`) which is licensed only under the [Apache License, Version 2.0](https://github.com/WebAssembly/spec/blob/main/test/LICENSE). This is because the data is generated from the [WebAssembly Specification](https://github.com/WebAssembly/spec/tree/main/test) and is only used for testing purposes and is not included in the final binary. |
