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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user