Skip to content

Commit

Permalink
Update LuaJS to remove luajs.data file dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
wqferr committed Mar 2, 2024
1 parent aded738 commit 0caf2f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 167 deletions.
165 changes: 0 additions & 165 deletions js/luajs.data

This file was deleted.

4 changes: 2 additions & 2 deletions js/luajs.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

var Module = (() => {
var LuaJS = (() => {
var _scriptDir = import.meta.url;

return (
Expand All @@ -12,4 +12,4 @@ var Module=moduleArg;var readyPromiseResolve,readyPromiseReject;Module["ready"]=
}
);
})();
export default Module;
export default LuaJS;

0 comments on commit 0caf2f4

Please sign in to comment.