Commit 22e6019
authored
Use WASM version of Lua instead of fengari for testing (#996)
* Use tstl/lua-wasm-bindings instead of fengari
* Removed extra comma
* Added missing semicolon
* Fix an issue with Lua json encoder not detecting actual Lua Ininfity / NaN
* Fixed test cases
Most of the tests failed due to incorrect iteration order
And unexpected JS/Lua differences
* Removed fengari from lockfile
* Revert NaN change
* Removed unused import
* Fixed small mistake
* Change Lua vm version from 5.4 to 5.3
* Removed error filter comment and TODO1 parent 0299d71 commit 22e6019
File tree
10 files changed
+78
-451
lines changed- test
- types
- unit
- builtins
10 files changed
+78
-451
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | 59 | | |
61 | 60 | | |
62 | 61 | | |
63 | 62 | | |
64 | 63 | | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
0 commit comments