-
-
Notifications
You must be signed in to change notification settings - Fork 597
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
XML to Serde #384
Comments
Can it be compiled to wasm ? |
Well, not yet. I never used wasm before, however I worked through the tutorial right now and it looks promising. If you would implement it, I'll give it a try and build a wasm wrapper |
I can definitely integrate it once wasm module is available. |
Alright. I created a first version. Can you take a look if this is already good enough? Happy to change it, I am not familiar with wasm so far Rust source code wasm integration in html page view in web browser |
update: I managed to compile different wasm packages into the latest (and future) release: https://github.com/Thomblin/xml_schema_generator/releases |
Thank you. I will try to integrate this sometime this week and get back to you. |
I created a XML to Rust Serde converter. @brandonros suggested to include it in your transform tool. Are you able to integrate Rust or a binary as a converter?
see: https://github.com/Thomblin/xml_schema_generator
The text was updated successfully, but these errors were encountered: