forked from GitHub/haskell-wasm
fix imports
This commit is contained in:
@@ -72,8 +72,8 @@ runScript onAssertFail script = do
|
||||
hostGlobals = do
|
||||
let globI32 = Interpreter.makeConstGlobal $ Interpreter.VI32 666
|
||||
let globI64 = Interpreter.makeConstGlobal $ Interpreter.VI64 666
|
||||
globF32 <- Interpreter.makeMutGlobal $ Interpreter.VF32 666
|
||||
globF64 <- Interpreter.makeMutGlobal $ Interpreter.VF64 666
|
||||
let globF32 = Interpreter.makeConstGlobal $ Interpreter.VF32 666
|
||||
let globF64 = Interpreter.makeConstGlobal $ Interpreter.VF64 666
|
||||
return (
|
||||
Interpreter.HostGlobal globI32,
|
||||
Interpreter.HostGlobal globI64,
|
||||
|
||||
Reference in New Issue
Block a user