pub fn overwrite_native_function_implementation() -> bool
Expand description
Overwrite the native implementation in wasm. The native implementation always returns
false
and the replacement function will return always true
.
pub fn overwrite_native_function_implementation() -> bool
Overwrite the native implementation in wasm. The native implementation always returns
false
and the replacement function will return always true
.