update spec global imports

This commit is contained in:
Ilya Rezvov
2025-01-15 17:18:28 -07:00
parent 720c234df8
commit 78a2f33176
+2 -2
View File
@@ -78,8 +78,8 @@ runScript onAssertFail script = do
hostGlobals = do
let globI32 = Interpreter.makeConstGlobal $ Interpreter.VI32 666
let globI64 = Interpreter.makeConstGlobal $ Interpreter.VI64 666
let globF32 = Interpreter.makeConstGlobal $ Interpreter.VF32 666
let globF64 = Interpreter.makeConstGlobal $ Interpreter.VF64 666
let globF32 = Interpreter.makeConstGlobal $ Interpreter.VF32 666.6
let globF64 = Interpreter.makeConstGlobal $ Interpreter.VF64 666.6
return (
Interpreter.HostGlobal globI32,
Interpreter.HostGlobal globI64,