josdejong / svelte-jsoneditor

A web-based tool to view, edit, format, repair, query, transform, and validate JSON
https://jsoneditoronline.org
Other
816 stars 108 forks source link

Add wasm #380

Closed AlexRMU closed 6 months ago

AlexRMU commented 6 months ago

Complex functions such as recognition, formatting, and parsing can be tried to be transferred to wasm. And make this wasm optional.

josdejong commented 6 months ago

This issue is too vague.

Improving performance is a good thing. But please come with a concrete example of a part of the editor that is having a performance problem, then we can see how we can address that performance issue. WASM is no magic solution that we can just drop in or so.