provide imports for modules from registery

This commit is contained in:
Ilya Rezvov
2018-04-08 12:50:36 -07:00
parent 98d9ca2399
commit 7a66ff7150
4 changed files with 32 additions and 8 deletions
+4 -1
View File
@@ -6,7 +6,10 @@
module Language.Wasm.Interpreter (
Value(..),
Store,
ModuleInstance,
ModuleInstance(..),
ExternalValue(..),
ExportInstance(..),
Imports,
instantiate,
invoke,
invokeExport,