Klayflash

Results 8 comments of Klayflash

If local variable is used then the class is removed.

Proguard output is ``` if (s_log == null) { s_log = new LogObject(); } ``` and LogObject is empty class. So, these 3 lines is no operation. Therefore they should...

I think about using LD_PRELOAD + RTLD_NEXT as workaround. [hooking](https://www.netspi.com/blog/technical-blog/network-pentesting/function-hooking-part-i-hooking-shared-library-function-calls-in-linux/)

Thanks for the fast answer! Is it possible? If possible then I think it's good idea to add support. I've found https://github.com/WebAssembly/design/blob/master/FutureFeatures.md > Coroutines will eventually be part of C++...

I think it can be possible via emscripten_coroutine_create, emscripten_coroutine_next and emscripten_yield. I've implemented a small class Context with two tests. Compile flags: > -s ASYNCIFY=1 > -s WASM=0 > -std=c++17...

The feature is not planned more?

Error codes are helpful for automatic testing also.