bytecodealliance / wamr-rust-sdk

Apache License 2.0
29 stars 9 forks source link

Fix a compilation error because of c_char #15

Closed lum1n0us closed 5 months ago

lum1n0us commented 5 months ago

The error was:

     = note: expected raw pointer `*mut *mut u8`
                found raw pointer `*mut *mut i8`