wasm_run
wasm_run copied to clipboard
Fix the build and other improvements
Hey,
First of all thanks for all the work on this. Just recently got exploring the code and what's there seems really cool.
But realized that some stuff seems broken out-of-the-box, which I've tried to fix it and make it work best to my knowledge.
CI also seems broken for the last few months, which makes me question, are you planning to keep maintaining this package? Need any help?
Hi, thank you for your work!
The latest work is in this branch https://github.com/juancastillo0/wasm_run/pull/14 with multiple changes primarily related to wit and components, but there are other changes. For example, I was also working on the flutter_rust_bridge update there following https://github.com/juancastillo0/wasm_run/issues/36. I think it will be better to merge that PR instead, since I had made other changes which may be related. However, I will evaluate your changes and maybe merge it after that one. Thanks again and sorry for the delay. Also the flutter_rust_bridge errors seem to be a breaking change on their part, I think I will release a version with a version restriction for that package.
CI has been kind of challenging to setup, specially android emulators and macos which errors out at a predefined Flutter timeout for integration tests (https://github.com/flutter/flutter/issues/105913). Other errors are related to experimental features such as multitheading in some platforms, but there are plenty of tests that should work.
Yes, I plan on maintaining the package. However, wit and wasm components have taken most of my time. Any help is, of course, appreciated!