Skip to main content

execute_script

Function execute_script 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn execute_script( source: *const c_char, ) -> *const c_char
Expand description

§Safety

source must be a valid, NUL-terminated C string (the wasm/JS caller’s contract), or null.