Skip to content

Commit

Permalink
(incomplete) workaround: spawn a thread for Java method
Browse files Browse the repository at this point in the history
Ref: https://issuetracker.google.com/issues/37035211#comment8

The thread above doesn't seem related to this but the comment gave me a hint

But the log reports another error:

```
[ERROR] ERR: panicked at 'called `Result::unwrap()` on an `Err` value: Error(ThreadDetached, State { next_error: None, backtrace: InternalBacktrace })', src/libcore/result.rs:1188:5
```

This error doesn't cause a crash of the app. But perhaps indicate a problem.
  • Loading branch information
YAMAMOTO Yuji committed Apr 20, 2020
1 parent 1c11e95 commit 1fcd6af
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 2 deletions.
Binary file modified android/app/src/main/jniLibs/arm64-v8a/libwasmer_android.so
Binary file not shown.
Binary file modified android/app/src/main/jniLibs/x86_64/libwasmer_android.so
Binary file not shown.
2 changes: 2 additions & 0 deletions android_runtime/Cargo.lock
8 changes: 7 additions & 1 deletion android_runtime/src/lib.rs
2 changes: 1 addition & 1 deletion wasmer

0 comments on commit 1fcd6af

Please sign in to comment.