provide imports for modules from registery
This commit is contained in:
@@ -6,7 +6,10 @@
|
||||
module Language.Wasm.Interpreter (
|
||||
Value(..),
|
||||
Store,
|
||||
ModuleInstance,
|
||||
ModuleInstance(..),
|
||||
ExternalValue(..),
|
||||
ExportInstance(..),
|
||||
Imports,
|
||||
instantiate,
|
||||
invoke,
|
||||
invokeExport,
|
||||
|
||||
Reference in New Issue
Block a user