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

sys wasmedge-sys

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

28 releases (15 breaking)

0.17.5 Nov 15, 2023
0.17.2 Sep 22, 2023
0.15.1 Jul 25, 2023
0.12.2 Nov 28, 2022
0.1.0 Jul 28, 2021

#211 in WebAssembly

Download history 486/week @ 2023-12-21 748/week @ 2023-12-28 1128/week @ 2024-01-04 791/week @ 2024-01-11 760/week @ 2024-01-18 602/week @ 2024-01-25 530/week @ 2024-02-01 384/week @ 2024-02-08 415/week @ 2024-02-15 480/week @ 2024-02-22 589/week @ 2024-02-29 416/week @ 2024-03-07 683/week @ 2024-03-14 547/week @ 2024-03-21 719/week @ 2024-03-28 559/week @ 2024-04-04

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

Apache-2.0

650KB
15K 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

~4–18MB
~251K SLoC