WasmEdge Rust SDK

The WasmEdge Rust SDK enables embedding WasmEdge WebAssembly functions in Rust host applications. It provides idiomatic Rust bindings for the WasmEdge C API, supporting module loading, instantiation, function calls, host function definitions, and plugin integration.

API entry from apis.yml

apis.yml Raw ↑
aid: wasmedge:wasmedge-rust-sdk
name: WasmEdge Rust SDK
description: The WasmEdge Rust SDK enables embedding WasmEdge WebAssembly functions in Rust host applications.
  It provides idiomatic Rust bindings for the WasmEdge C API, supporting module loading, instantiation,
  function calls, host function definitions, and plugin integration.
humanURL: https://wasmedge.org/docs/embed/rust/intro/
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
properties:
- type: Documentation
  url: https://wasmedge.org/docs/embed/rust/intro/
- type: GitHubRepository
  url: https://github.com/WasmEdge/wasmedge-rust-sdk
tags:
- Rust
- SDK
- Embedding