1
0
mirror of https://github.com/fluencelabs/wasmer synced 2025-07-11 22:31:33 +00:00

Add unused global type

This commit is contained in:
Lachlan Sneff
2019-01-28 11:02:53 -08:00
parent 9b491ec95d
commit 1be20b19e7
2 changed files with 8 additions and 9 deletions
lib/runtime-core/src

@ -11,6 +11,7 @@ pub mod error;
pub mod export;
pub mod import;
pub mod instance;
pub mod global;
pub mod memory;
pub mod module;
mod sig_registry;