Serialize and deserialize compilation artifacts. (#2020)
* Serialize and deserialize Module * Use bincode to serialize * Add wasm_module_serialize; docs * Simple tests
This commit is contained in:
@@ -12,6 +12,7 @@ mod instance;
|
||||
mod invoke_func_via_table;
|
||||
mod linker;
|
||||
mod memory_creator;
|
||||
mod module_serialize;
|
||||
mod name;
|
||||
mod stack_overflow;
|
||||
mod table;
|
||||
|
||||
Reference in New Issue
Block a user