Function monotone_crescendo::wasm_memory::call_solution_with_input[][src]

#[no_mangle]
pub unsafe extern "C" fn call_solution_with_input(ptr: *mut u8)
Expand description

Call the specified solution method with the given input

ptr should be a pointer containing UTF-8 encoded characters separated by a null character. The first block of characters should be the name of solution to use, and the second block of characters should be the input to the solution itself.