Crates.io | wari |
lib.rs | wari |
version | 0.0.1 |
source | src |
created_at | 2022-02-25 06:16:49.688971 |
updated_at | 2022-02-25 06:16:49.688971 |
description | Experimental WebAssembly Runtime for RISC processors. |
homepage | https://github.com/AldaronLau/wari/blob/stable/wari/CHANGELOG.md |
repository | https://github.com/AldaronLau/wari |
max_upload_size | |
id | 539272 |
size | 3,449 |
Experimental WebAssembly Runtime for RISC processors.
Initially, wari will only target RISC-V. In the future, other processors may be targeted.
parity_wasm::elements::Module::from_bytes()
Steps 1 & 2 can happen at the same time (loading function) as well as 3 & 4 (with a peekable iterator).
TODO