Stranger6667/jsonschema-rs

Try compile tauri in wasm target , encountered some problems

tu6ge opened this issue · 0 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 ?