Crate wasmi_c_api_macros

Source
Expand description

A set of convenience macros for the wasmi_c_api_impl crate.

These are intended to mirror the macros in the wasm.h header file and largely facilitate the declare_own, declare_ty and declare_ref macro.

Macros§

declare_own
declare_ref
declare_ty

Attribute Macros§

prefix_symbol
Applied on Rust fn items from the Wasm spec.