Function plonk_wasm::set_u32_ptr
source · pub unsafe fn set_u32_ptr(ptr: *mut u32, arg: u32)
Expand description
Set the value of 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>