irvingouj@Devolutions

Results 14 comments of irvingouj@Devolutions

> > > What is the portability story? > > > > > > It should be fine for basic pinging functionality, but once you want to implement more complex...

> @kellytk What is your use case? Wasm-pack currently supports the following targets: > > 1. `bundler` which is intended to be used with Webpack (so it's up to Webpack...

update: Integrity is actually implied, but confidentiality is not

I could not reproduce this error on Windows, this is the code I use to try reproducing, did I miss something? ``` fn main() { let username = "".to_string(); //...

Yes, give me one second, I am resolving these issues

Update Summary: 1. No conditional compilation inside FFI modules 2. All incorrect invocation error is throwed/returned at runtime.

> Unfortunately we can't change `is_connect_failed` as that would be a breaking change. So we have to keep the name the same there. I apologize for my previous mistake. I...

please have a look again, I am not exactly sure if this is how you want it.

😢 , @notgull could you please help me look at the wine CI thing? I have no idea how that works

> Also, ideally I would like two PRs: > > * One dedicated to exposing the RDCleanPath API, and > > * One dedicated to adding the WebSocket helper in...