Todd Fleming

Results 285 comments of Todd Fleming

> Is cmake issuing the final emcc command to link and generate the executable? Yes. Here's the commands which create the app. I'm running it through release to give you...

Oops. Sorry; I remembered wrong. It builds but hits this at runtime: ``` stackAlloc is not defined ```

1: I'll try it 2: Yes I forgot to remove the ```SAFE_HEAP``` after debugging. This reminds me of an issue: ```NO_EXIT_RUNTIME``` doesn't stop it from closing stdio. I had to...

https://github.com/kripken/emscripten/pull/5986 fixed the ```stackAlloc``` issue. I also removed ```SAFE_HEAP```, ```ASSERTIONS```, ```DEMANGLE_SUPPORT```, and ```NO_EXIT_RUNTIME```. | | | | | --- | --- | --- | | Step 1 | Release build...

https://github.com/kripken/emscripten/pull/6038 fixed it.

@kripken that fixed it. Nice branch name :)

This sounds like #15. Could you try with Firefox?

It's worth exploring. How are you handling security issues server side? Executing user-defined gulp files seems dangerous.

eosjs-ecc is a copy-pasta of multiple open-source repos. The code fell behind updates to the original repos, and one of original repos (the one some of the key crypto functions...