[dependencies.asm_riscv]
version = "0.1"
[package]
categories = ["compilers", "emulators", "wasm"]
description = "Experimental WebAssembly Runtime for RISC processors."
documentation = "https://docs.rs/wari"
edition = "2021"
homepage = "https://github.com/AldaronLau/wari/blob/stable/wari/CHANGELOG.md"
include = ["Cargo.toml", "../README.md", "src/*"]
keywords = ["runtime", "riscv", "webassembly", "wasm"]
license = "Apache-2.0 OR MIT OR BSL-1.0"
name = "wari"
readme = "../README.md"
repository = "https://github.com/AldaronLau/wari"
version = "0.0.1"