Skip to content

Commit

Permalink
Rename to PlutoScript
Browse files Browse the repository at this point in the history
  • Loading branch information
Sainan committed Dec 30, 2023
1 parent 8132e56 commit b2cb807
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion base32.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script src="https://wasm.pluto.do/out/libpluto/0.8.0/libpluto.js"></script>
<script src="plutomagic.js"></script>
<script src="plutoscript.js"></script>

<textarea id="plain"></textarea>
<textarea id="encoded"></textarea>
Expand Down
2 changes: 1 addition & 1 deletion plutomagic.js → plutoscript.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ libpluto().then(function(mod)
L = lib.luaL_newstate();
lib.luaL_openlibs(L);

lib.luaL_loadstring(L,`--[[ plutomagic.js ]]
lib.luaL_loadstring(L,`--[[ PlutoScript Runtime ]]
js_invoke = coroutine.yield
coroutine.yield = nil
Expand Down

0 comments on commit b2cb807

Please sign in to comment.