Replies: 1 comment
-
AFAIK, I think it was possible only with the Rust SDK but not the others? |
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
-
Summary
I am currently working with a WASM file which uses threads and other features. When I use tools from wabt with this WASM, I am able to add flags such as
-enable-threads
or-enable-all
. How do I do the same with the Wasmer SDKs?Beta Was this translation helpful? Give feedback.
All reactions