We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ece6047 commit 481c779Copy full SHA for 481c779
Cargo.toml
@@ -5,8 +5,11 @@ authors = ["The Cranelift Project Developers"]
5
license = "Apache-2.0 WITH LLVM-exception"
6
description = "Experimental WASI API bindings for Rust"
7
edition = "2018"
8
+categories = ["no-std", "wasm"]
9
+keywords = ["webassembly", "wasm"]
10
repository = "https://github.com/CraneStation/wasi-core"
11
readme = "README.md"
12
+documentation = "https://docs.rs/wasi-core"
13
14
[dependencies]
15
0 commit comments