josdejong / svelte-jsoneditor

A web-based tool to view, edit, format, repair, query, transform, and validate JSON

Home Page:https://jsoneditoronline.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add wasm

AlexRMU opened this issue · comments

commented

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

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.