Expose some more internals publicly (#340)

This commit is contained in:
Jim Posen
2019-10-28 18:12:11 +01:00
committed by Sergei Pepyakin
parent f27e0ad53c
commit 71dd73d672
10 changed files with 30 additions and 173 deletions

View File

@@ -1,6 +1,5 @@
//! Utility module to create trampolines in/out WebAssembly module.
mod code_memory;
mod create_handle;
mod func;
mod global;