debuggin FFI
This commit is contained in:
parent
24210b1e0b
commit
fa2b34e26f
1 changed files with 1 additions and 0 deletions
|
@ -728,6 +728,7 @@ pub extern "C" fn rust_wrapper_f4jumble(
|
|||
out: *mut u8,
|
||||
out_len: &mut usize) {
|
||||
let input: Vec<u8> = marshall_from_haskell_var(input, input_len, RW);
|
||||
println!("testy mc testface");
|
||||
let result = f4jumble::f4jumble(&input).unwrap();
|
||||
marshall_to_haskell_var(&result, out, out_len, RW);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue