Viet Dinh

Results 45 comments of Viet Dinh

Some implementation notes: - ~~I wasn't able to make use of web_ffi due to lack of support for structs, so wire structs are implemented by plain JS objects.~~ As suggested...

> Btw another possibility, if you like, may be to use arrays. Just as what I did before sending data from Rust to Dart, I encapsulate them in arrays I...

I think [comlink](https://github.com/GoogleChromeLabs/comlink) can help clean up the code considerably, also helps my sanity as well.

I've been busy and not actively using this library, so progress might be a bit slow.

I took a quick look at that branch, it seems that there are quite a lot of conflicts now...

@tojocky @fzyzcjy I have created a PR to cover the basics of WASM codegen, but needless to say there are still many things to do. I'll split this issue into...

Still ongoing, no ETA yet sorry.

First successful release run: Right now, `flutter run` doesn't work since buffer-sharing needs some HTTP headers to work.

This is related to the ongoing work for web support, but SendPort is only an implementation detail! (MessagePort replaces it on the web.) Regardless, their API is roughly similar so...

> However, the memory may still be used - for example, a long running Rust method may still be using this. This may be acceptable since it is the direct...