Add trampoline-related functions to C API.

This commit is contained in:
losfair
2019-06-03 21:59:33 +08:00
committed by Syrus
parent 7808c68cb2
commit d70cb9695e
5 changed files with 134 additions and 1 deletions

View File

@ -95,6 +95,8 @@ pub mod instance;
pub mod memory;
pub mod module;
pub mod table;
#[cfg(all(unix, target_arch = "x86_64"))]
pub mod trampoline;
pub mod value;
#[allow(non_camel_case_types)]