tga

Results 121 comments of tga

@alexcrichton It does, running with `-vv` gives ``` running: "emcc" "-O0" ... "-s" "FULL_ES3=1" "-DSOKOL_GLES3" "-o" ... ``` there is `-s` `FULL_ES3=1` in the command, but it's giving error message...

After some tweaking I seem to break it more.. Now I'm getting a lot of `undefined symbol` errors, as if I'm not passing the `file(c_file)` option. Not getting any of...

It doesn't really seem to be `cc`'s problem to me too, but running raw equivalent `emcc` command doesn't have this problem, and a minimal `int add(int a, int b);` example...

@alexcrichton Sure! Never mind

@koute @Pauan Thank you, very helpful! But will there be an option to specify such thing in the future?

Thanks for the PR! Gave it a quick glimpse and I have so many questions. I'll try to review in the weekend.

The code looks alright. Can you test it with the new test in #6 ?

@leewardbound I'm a bit confused by this usage. The monkey patched `isOdd` is indeed not `isOdd`, why should it return true? Also, why would anyone monkey patch `isOdd`? Is there...

Sorry, maintaining this library and meet the security requirement seems to be too much work for me at the moment. PR is appreciated 🙏

`97.56%` means there will be roughly 193 million people be affected around the world, which is something we probably can't afford. Thanks @leewardbound for bringing this to our attention. Is...