You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Define a proper way to handle errors.
Errors may happen in JNI interface when trying to parse a string from a parameter. For example in wasm_instance function in allocator_jni.rs file: let input: String = jre.get_string(path).expect("Couldn't get java string!").into();.
The text was updated successfully, but these errors were encountered:
Define a proper way to handle errors.
Errors may happen in JNI interface when trying to parse a string from a parameter. For example in
wasm_instance
function inallocator_jni.rs
file:let input: String = jre.get_string(path).expect("Couldn't get java string!").into();
.The text was updated successfully, but these errors were encountered: