macro_rules! impl_wasm_json_api {
($wasm_name:ident) => { ... };
}
Expand description
Implements the to/from JSON + JS object API for WASM wrappers
macro_rules! impl_wasm_json_api {
($wasm_name:ident) => { ... };
}
Implements the to/from JSON + JS object API for WASM wrappers