wasm_as_ref

Macro wasm_as_ref 

Source
macro_rules! wasm_as_ref {
    ($e:expr, false) => { ... };
    ($e:expr, true) => { ... };
}
Expand description

This shouldn’t be explicitly called - only via impl_wasm_* macros here This is here due to problems with AsRef vs & in impl_wasm_get expression, e is wasm-exposable