Juan Manuel Castillo
Juan Manuel Castillo
I believe `flutter pub upgrade` in your project should fix the issue. wasm_run_flutter has `wasm_run : ^0.1.0` as the version restriction
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,...
Hi, thanks for the issue! You will need to override all the necessary dependencies though git in the `pubspec.yaml` 's "dependency_overrides" field
Hi wasm_wit_component has been published, please let me know if it works for you https://pub.dev/packages/wasm_wit_component
Hi, thanks for the issue! 1. This is primarily a Dart package. Could you explain how is the interaction with Javascript? You don't need much Javascript to use this package....
Hi thanks for your work! The tests are failing. I also think it would be great if you could implement the example from the issue as a test in `package:leto_generator`'s...
Hi thanks for the issue. Yes, you can send the question through this repo. I may be able to help you.
All the directories for each package in the repo are presented in the [readme](https://github.com/juancastillo0/wasm_run?tab=readme-ov-file#dart-wasm-run). The `typesql_parser` source code can be found in the [/packages/wasm_packages/typesql_parser](https://github.com/juancastillo0/wasm_run/tree/main/packages/wasm_packages/typesql_parser) directory and the Rust implementation is...
Thanks for your great questions, and sorry there aren't many docs about the package. The visitor implementation is exposed within the [/lib/visitor.dart](https://github.com/juancastillo0/wasm_run/blob/main/packages/wasm_packages/typesql_parser/lib/visitor.dart) file and an usage example is the [`DependenciesVisitor`...
You can try it out and let me know what you think, it's on pub.dev. I believe it supports most primitives and even JSON. If there is something missing you...