Crate wasm_plugin_guest_derive[][src]

This crate provides attribute macros used by wasm_plugin_guest

Attribute Macros

export_function

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.