impl_wasm_map_insert

Macro impl_wasm_map_insert 

Source
macro_rules! impl_wasm_map_insert {
    ($self:ident, $key:ident, $value:ident, $key_wasm_abi:tt, $val_wasm_abi:tt) => { ... };
}
Expand description

This shouldn’t be explicitly called - only via impl_wasm_* macros here