Daniel Olano

Results 34 comments of Daniel Olano

Maybe with something like this? https://github.com/tomaka/wasm-timer

No worries, but credit where it's due, @tomaka is the author and he would know better about the troubles of porting this kind of libraries to WASM. I just happen...

Would this need any major architectural change that makes it difficult to implement and be contributed to? I'll be starting a project that will rely on WebAuthN as the main(only?)...

I have a similar set up and was surprised to see zellij take 900Mb, I assume is not expected?

You got it right ;) I'm aware the webdriver server does the magic and the library is just a client. About the WASM/JS code controlling the current browser, unless I'm...

Can't you create the "class" from rust creating a function object changing the prototype, etc, etc?

This proposal looks nice and convenient, but if aiming for a high level event API what about going a step further and make the `on` function work with streams! developers...

My use case is an HTTP client running in embedded hardware, hope this PR(https://github.com/hyperium/http/pull/563) can get some feedback :) Ideally it would be nice if `http` works without `alloc` but...

Agree with the different semantics of `const`. The way JS uses this keyword is broken in my opinion, being able to declare an object with `const` and still modify its...