Closed daurnimator closed 6 years ago
For forwards compatibility, we need some sort of flag attribute(s) for <script> tags.
<script>
e.g. <script type="application/lua" fengari-min-version="0.2.1" lua-version="5.3">
<script type="application/lua" fengari-min-version="0.2.1" lua-version="5.3">
For the actual fengari version, I think user scripts could just check them themselves. So that just requires a way to get the fengari version number.
For forwards compatibility, we need some sort of flag attribute(s) for
<script>
tags.e.g.
<script type="application/lua" fengari-min-version="0.2.1" lua-version="5.3">