Macro impl_wasm_json_api

Source
macro_rules! impl_wasm_json_api {
    ($wasm_name:ident) => { ... };
}
Expand description

Implements the to/from JSON + JS object API for WASM wrappers