wasix 0.12.21

WASIX API bindings for Rust
Documentation
[badges.maintenance]
status = "experimental"
[dependencies.compiler_builtins]
optional = true
version = "0.1"

[dependencies.core]
optional = true
package = "rustc-std-workspace-core"
version = "1.0"

[dependencies.rustc-std-workspace-alloc]
optional = true
version = "1.0"

[dependencies.wasi]
default-features = false
version = "0.11.0"

[features]
default = ["std"]
rustc-dep-of-std = ["compiler_builtins", "core", "rustc-std-workspace-alloc", "wasi/rustc-dep-of-std"]
std = ["wasi/std"]

[package]
authors = ["The Cranelift Project Developers", "john-sharratt"]
categories = ["no-std", "wasm"]
description = "WASIX API bindings for Rust"
documentation = "https://docs.rs/wasix"
edition = "2018"
keywords = ["webassembly", "wasm"]
license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
name = "wasix"
readme = "README.md"
repository = "https://github.com/wasix-org/wasix-abi-rust"
version = "0.12.21"