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
move test case wasm_handle and plugin_handle to proper scope
Previously, the test was creating a new wasm_handle and plugin_handle for each
request, which led to the WasmHandleBase destructor calling
wasm_base_->startShutdown() mid-test. Apparently V8 tolerates this, but WAMR
(correctly) does not.
Signed-off-by: Michael Warres <mpw@google.com>
0 commit comments