Stranger6667/jsonschema

Try compile tauri in wasm target , encountered some problems

Closed this issue · 1 comments

tu6ge commented

Hi, First of all, I'm not the maintainer of tauri.

I find the tauri-cli crate used jsonschema, and I am trying run it with wasm , When I run here, an error is reported.

so, I changed it like this, Because tauri does not use this part when parsing json. From the perspective of jsonschema, this change should be inappropriate. Is there a more reasonable solution ?

Sorry for not responding here in almost 2 years ... Closing this issue in favor of #568 which I gathered all the steps needed to improve the usage of jsonschema in WASM (it could be used right now, but requires some better docs & guidance)