Updated metering with remaining points implementation

This commit is contained in:
Syrus
2020-12-04 00:25:51 -08:00
committed by jubianchi
parent 5937b37064
commit 8481161cf9
2 changed files with 21 additions and 8 deletions

View File

@@ -85,7 +85,7 @@ pub use wasmer_engine::{
NamedResolverChain, Resolver, RuntimeError, SerializeError,
};
pub use wasmer_types::{
Atomically, Bytes, GlobalInit, LocalFunctionIndex, MemoryView, Pages, ValueType,
Atomically, Bytes, ExportIndex, GlobalInit, LocalFunctionIndex, MemoryView, Pages, ValueType,
WASM_MAX_PAGES, WASM_MIN_PAGES, WASM_PAGE_SIZE,
};