Skip to content

Commit 2b7ed35

Browse files
committed
Readded module
1 parent 8afc192 commit 2b7ed35

File tree

68 files changed

+1098
-1019
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+1098
-1019
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
path = SplashKitWasm/external/splashkit-core
33
url = https://github.com/thoth-tech/splashkit-core.git
44
ignore = dirty
5-
[submodule "Browser_IDE/external/js-lzma"]
5+
[submodule external/js-lzma"]
66
path = Browser_IDE/external/js-lzma
77
url = https://github.com/WhyPenguins/js-lzma

Browser_IDE/external/js-lzma

Lines changed: 0 additions & 1 deletion
This file was deleted.

Browser_IDE/splashkit/SplashKitGoesHere.txt

Whitespace-only changes.

Browser_IDE/splashkit_autocomplete.json

Lines changed: 0 additions & 1 deletion
This file was deleted.
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Service worker that provides a communication channel between
22
// the user's code and the main page.
33
// File must be located at or above where the Execution Environment's page is.
4-
importScripts('./fallibleMessage.js');
4+
importScripts("javascript/communication/communication.js");
55

66
// event queue
77
let programEvents = [];

SplashKitWasm/tools/cxx_backend_emscripten_glue_patcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def MakePatch(substr, repl):
4646
"var Module = {};\n"+
4747
"var FS/*no space here so it doesn't get replaced*/ = null;\n"+
4848
"importScripts('./../../../moduleEventTarget.js');\n"+
49-
"importScripts('./../../../fsevents.js');\n"+
49+
"importScripts('./../../../javascript/storage/fsevents.js');\n"+
5050
"importScripts('./../workerEventProcessor.js');\n"+
5151
"function RunProgram() {\n"+
5252
"Module = typeof Module != 'undefined' ? Module : {};\n"

0 commit comments

Comments
 (0)