Crates.io | wasmedge-sys |
lib.rs | wasmedge-sys |
version | |
source | src |
created_at | 2021-07-28 14:54:37.538343 |
updated_at | 2024-12-02 16:22:03.802508 |
description | WasmEdge Runtime is a high-performance, extensible, and hardware optimized WebAssembly Virtual Machine for automotive, cloud, AI, and blockchain applications. |
homepage | |
repository | https://github.com/WasmEdge/wasmedge-rust-sdk |
max_upload_size | |
id | 428381 |
Cargo.toml error: | TOML parse error at line 22, column 1 | 22 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
The wasmedge-sys crate defines a group of low-level Rust APIs for WasmEdge, a light-weight, high-performance, and extensible WebAssembly runtime for cloud-native, edge, and decentralized applications.
For developers, it is recommended that the APIs in wasmedge-sys
are used to construct high-level libraries, while wasmedge-sdk
is for building up business applications.
This crate depends on the WasmEdge C API. In linux/macOS the crate can download the API at build time by enabling the standalone
feature. Otherwise the API needs to be installed in your system first. Please refer to Get Started for more information.