rewrite Store::{entering,exiting}_native_code_hook into Store::call_hook (#3313)

which provides additional detail on what state transition is being made
This commit is contained in:
Pat Hickey
2021-09-09 07:20:45 -07:00
committed by GitHub
parent 8ebaaf928d
commit bd19f43f84
6 changed files with 639 additions and 347 deletions

View File

@@ -1,4 +1,5 @@
mod async_functions;
mod call_hook;
mod cli_tests;
mod custom_signal_handler;
mod debug;
@@ -23,7 +24,6 @@ mod module;
mod module_linking;
mod module_serialize;
mod name;
mod native_hooks;
mod pooling_allocator;
mod relocs;
mod stack_overflow;