Replies: 1 comment
-
Looks like I can use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I am trying to get a reference to store from host function I have in my imports. What I am doing is from WASM i call host function with a pointer to string and to get a
MemoryView
I need a&Store
. I tried making globalArc<Mutex<Store>>
but that didn't end up working because when I call guest function withTypedFunction::call
I lock the mutex so it just deadlocks in the import function itself.Beta Was this translation helpful? Give feedback.
All reactions