Skip to content

Commit

Permalink
remove references to utf8.js
Browse files Browse the repository at this point in the history
  • Loading branch information
copy committed Sep 15, 2024
1 parent 24b7ee7 commit 5724d1d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion debug.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
var LIB_FILES = "";

// jor1k stuff
LIB_FILES += " jor1k.js 9p.js filesystem.js marshall.js utf8.js";
LIB_FILES += " jor1k.js 9p.js filesystem.js marshall.js";

var BUILD_FILES = "capstone-x86.min.js libwabt.js";

Expand Down
1 change: 0 additions & 1 deletion nodejs-loader.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ let files = [
"lib/filesystem.js",
"lib/jor1k.js",
"lib/marshall.js",
"lib/utf8.js",

"src/browser/screen.js",
"src/browser/keyboard.js",
Expand Down

0 comments on commit 5724d1d

Please sign in to comment.