arcticfox1919 / LuaDardo

A Lua virtual machine written in Dart
Apache License 2.0
172 stars 32 forks source link

fix int size errors when compiling to JS #21

Closed maks closed 1 year ago

maks commented 1 year ago

This attempts to fix #20 by using conditional imports to workaround the limitations set by the dart2js compiler.

maks commented 1 year ago

@arcticfox1919 would you have time to take a look at this small PR? As otherwise this fantastic package is not usable when compiling Dart to JS.

arcticfox1919 commented 1 year ago

Thanks for fixing this problem!