Skip to content

Commit 8c45e74

Browse files
stlankesvalopok
authored andcommitted
add badge for crates.io
1 parent dffd4b5 commit 8c45e74

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/hermit-wasm/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Hermit-WASM - Running WASM modules inside a lightweight VM
22

3+
[![Crates.io](https://img.shields.io/crates/v/hermit-wasm.svg)](https://crates.io/crates/hermit-wasm)
4+
[![License](https://img.shields.io/crates/l/hermit-wasm.svg)](https://img.shields.io/crates/l/hermit-wasm.svg)
5+
36
_Hermit-WASM_ is able to run WASM Modules on top of the Unikernel [Hermit](https://hermit-os.org/) inside a lightweight virtual machine. Its purpose is to enable applications to safely run untrusted or third party WASM code within a VM with very low latency/overhead.
47

58
The current version of _Hermit-WASM_ requires the Rust's nightly compiler and is a prototype, which just supports the target [wasm32-wasip1](https://doc.rust-lang.org/rustc/platform-support/wasm32-wasip1.html). In addition, _Hermit-WASM_ realizes only a subset of the required [bindings](https://github.com/WebAssembly/WASI/blob/main/legacy/preview1/docs.md).

0 commit comments

Comments
 (0)