wari 0.0.1

Experimental WebAssembly Runtime for RISC processors.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[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"