load modules in wasm script commands

This commit is contained in:
Ilya Rezvov
2018-04-08 09:43:41 -07:00
parent 8c8cec0498
commit 43feccbf08
5 changed files with 93 additions and 47 deletions
+2
View File
@@ -5,6 +5,8 @@
module Language.Wasm.Interpreter (
Value(..),
Store,
ModuleInstance,
instantiate,
invoke,
invokeExport,