wasm-micro-runtime
wasm-micro-runtime copied to clipboard
Supporting multiple exec_env in a thread with HW bounds check
Feature
Allowing for multiple exec_env within a single thread when HW bounds check is enabled. Currently this does not work since exec_env_tls, used for HW bounds check configuration, is a single thread local.
Benefit
This is needed to allow us to instantiate multiple modules in the same thread that can be bounds checked.