#wasm-edge #run-time #api #extensible #low-level #api-bindings #applications

sys wasmedge-sys

WasmEdge Runtime is a high-performance, extensible, and hardware optimized WebAssembly Virtual Machine for automotive, cloud, AI, and blockchain applications

30 releases (16 breaking)

new 0.18.1 May 12, 2024
0.17.5 Nov 15, 2023
0.15.1 Jul 25, 2023
0.12.2 Nov 28, 2022
0.1.0 Jul 28, 2021

#243 in WebAssembly

Download history 564/week @ 2024-01-22 735/week @ 2024-01-29 365/week @ 2024-02-05 439/week @ 2024-02-12 369/week @ 2024-02-19 629/week @ 2024-02-26 445/week @ 2024-03-04 474/week @ 2024-03-11 747/week @ 2024-03-18 486/week @ 2024-03-25 759/week @ 2024-04-01 590/week @ 2024-04-08 753/week @ 2024-04-15 1098/week @ 2024-04-22 424/week @ 2024-04-29 310/week @ 2024-05-06

2,611 downloads per month
Used in 8 crates (3 directly)

Apache-2.0

530KB
12K SLoC

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

Dependencies

~5–18MB
~251K SLoC