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
macro_rules! wasm_as_ref {
($e:expr, false) => { ... };
($e:expr, true) => { ... };
}
This shouldn’t be explicitly called - only via impl_wasm_* macros here
This is here due to problems with AsRef