Function plonk_wasm::free_u32_ptr
source · pub unsafe fn free_u32_ptr(ptr: *mut u32)
Expand description
Free a pointer. This method is exported in the WebAssembly module to be used
on the JavaScript side, see web-backend.js
.
Safety
See
<https://rust-lang.github.io/rust-clippy/master/index.html#not_unsafe_ptr_arg_deref>