Lazy web worker loader fixes

This commit is contained in:
Zef Hemel
2022-11-01 15:00:59 +01:00
parent 01ea4c9f15
commit b7f4f282e6
3 changed files with 13 additions and 7 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
import { LogEntry } from "../sandbox.ts";
import { SysCallMapping, System } from "../system.ts";
import type { LogEntry } from "../sandbox.ts";
import type { SysCallMapping, System } from "../system.ts";
export default function sandboxSyscalls(system: System<any>): SysCallMapping {
return {