mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
change Luau.Web.js source to fetch latest
This commit is contained in:
parent
624cd2d0ee
commit
1b26392995
1 changed files with 1 additions and 2 deletions
|
@ -60,7 +60,7 @@
|
|||
</style>
|
||||
|
||||
<!-- Luau WASM (async fetch) -->
|
||||
<script async src="https://github.com/Roblox/luau/releases/download/0.505/Luau.Web.js"></script>
|
||||
<script async src="https://github.com/Roblox/luau/releases/latest/download/Luau.Web.js"></script>
|
||||
<!-- CodeMirror -->
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.32.0/codemirror.min.js"></script>
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.32.0/codemirror.min.css" />
|
||||
|
@ -115,4 +115,3 @@
|
|||
}
|
||||
}
|
||||
</script>
|
||||
|
Loading…
Add table
Reference in a new issue