Crate wasmtime_plugin_guest_derive[][src]

Expand description

This crate provides attribute macros used by wasmtime_plugin_guest

Macros

Import functions from the host program. The function’s arguments an return type must all be serializable. Several functions can be imported at once by listing their signatures seperated by ;

Attribute Macros

Builds an extern function which will handle serializing and deserializing of arguments and return values of the function it is applied to. The function must take only deserializable arguments and return a serializable result.