Saúl Ibarra Corretgé

Results 3597 comments of Saúl Ibarra Corretgé

I might be talking out of my ass here, but anyway... :-) Maybe using `select(2)` or `poll(2)` would do, https://github.com/rust-lang/libc seems to expose them.

@MarkMcCaskey Yes, that won't work on Windows. libc doesn't seem to wrap `WSAPoll`, but [it's broken](https://daniel.haxx.se/blog/2012/10/10/wsapoll-is-broken/) anyway. Tokio seems to big of a dependency IMHO, just to get level-triggered I/O....

> we might eventually need something like tokio anyways, at least conditionally, for the "reactor" use case of WASI which acts like an async event-loop. Ah, true that!

Not quite: ``` wasmer --version wasmer 0.11.0 wasmer run build/qjs.wasm QuickJS - Type "\h" for help qjs > qjs > os.setTimeout(() => { console.log('hello'); }, 100); os.setTimeout(() => { console.log('hello');...

Hi there! I haven't looked at the code, but what you propose has been used in the Python world for a while, so there is precedent. Python uses WSGI (sort...

We have no way to do that at this time.

There is no logo / watermark for Android / iOS. The shared document functionality is on the same place, the 3 dots menu, but you do need to have it...

This is not currently implemented.

That sounds like a bug in the ConnectionService implementation of your Android ROM. I'd suggest disabling native call integration (see the feature flags) and trying again.