wasmedge-sys

Crates.iowasmedge-sys
lib.rswasmedge-sys
version0.19.1
sourcesrc
created_at2021-07-28 14:54:37.538343
updated_at2024-06-19 05:02:17.902746
descriptionWasmEdge Runtime is a high-performance, extensible, and hardware optimized WebAssembly Virtual Machine for automotive, cloud, AI, and blockchain applications.
homepage
repositoryhttps://github.com/WasmEdge/wasmedge-rust-sdk
max_upload_size
id428381
size444,568
Xin Liu (apepkuss)

documentation

https://wasmedge.github.io/wasmedge-rust-sdk/wasmedge_sys/

README

Overview

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.

  • Notice that wasmedge-sys requires Rust v1.70 or above in the stable channel.

Build

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.

API Reference

See also

Commit count: 197

cargo fmt