Skip to content

Commit

Permalink
Add Pluto 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sainan committed Dec 21, 2023
1 parent d28fc6c commit 65c8626
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build/pluto.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@

// Find work
$files = [];
foreach(scandir("src/vendor/Soup") as $file)
foreach(scandir("src/vendor/Soup/soup") as $file)
{
if(substr($file, -4) == ".cpp")
{
$name = substr($file, 0, -4);
array_push($files, "vendor/Soup/".$name);
array_push($files, "vendor/Soup/soup/".$name);
}
}
foreach(scandir("src") as $file)
Expand Down
3 changes: 2 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"pluto": {
"0.6.3": "https://wasm.pluto.do/out/pluto/0.6.3/pluto.js",
"0.7.0": "https://wasm.pluto.do/out/pluto/0.7.0/pluto.js",
"0.7.4": "https://wasm.pluto.do/out/pluto/0.7.4/pluto.js"
"0.7.4": "https://wasm.pluto.do/out/pluto/0.7.4/pluto.js",
"0.8.0": "https://wasm.pluto.do/out/pluto/0.8.0/pluto.js"
},
"lua": {
"5.1.1": "https://wasm.pluto.do/out/lua/v5.1.1/lua.js",
Expand Down
21 changes: 21 additions & 0 deletions out/pluto/0.8.0/pluto.js

Large diffs are not rendered by default.

Binary file added out/pluto/0.8.0/pluto.wasm
Binary file not shown.

0 comments on commit 65c8626

Please sign in to comment.