You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Initial attempt for 5.0
See if this fails on CI as well (local build does)
* Bump emsdk version
* Bump emsdk 2.0
* Removed linker setting from compiler args
* Fix removing WASM from linker args instead of compiler args
* Rewrite of binding generation & 5.0 support
* Removed empty array values
* Fixed some unexported functions
* More 5.0 compat
* Update build.sh
* More 5.0 compat
* Update build.sh
* Removed unused import
* Link extra library for 5.0
* Update README.md
* Added simple test
to check if all functions that are needed are exported correctly
* Added missing suffix
* Check why build fails on CI
* Update simple-test.ts
* Update binding-factory.ts
* Fixed incorrect semver usage
* More semver fixes
* Moved some functions to correct versions
* Fixed test and 5.0 file name
* Fix typo & commit unsaved file
* Removed loadstring from 5.0 exports
It doesn't exist and we already have a polyfill
* Remove luaL_openlibs from 5.0 exports
* Improve test
0 commit comments