John Davis

Results 125 comments of John Davis

https://v8.dev/blog/emscripten-llvm-wasm

I'm not sure anything is missing, other than somehow telegraphing the existence of this library. Maybe all that's needed is a few emscripten tests or examples, which exercise classes in...

An emscripten test or sample showing the DelayedScheduler running under emscripten, think that would get everyone's attention.

https://github.com/emscripten-core/emsdk/issues/335

Anything new? Starting to realize this is a big deal for battery drain.

Could it be simple as just checking whether or not the juggler has work to do? Then it's on the dev, if he wants to save battery, to make sure...

@MaxGraey are there examples somewhere showing the unwind/rewind being used in Assemblyscript?

The co_await implementation in ASIO, could this be leveraged in emscripten? Which could then be leveraged by AssemblyScript?

https://github.com/chriskohlhoff/asio/issues/643

>C++20 Coroutines Isn't co_await part of C++20 coroutines? Not sure I understand. https://en.cppreference.com/w/cpp/language/coroutines >uses the co_await operator to suspend execution until resumed >Coroutines are stackless Maybe we're getting confused w/...