bytecodealliance / javy

JS to WebAssembly toolchain
Apache License 2.0
2.06k stars 100 forks source link

Disable Javy.JSON by default #671

Closed saulecabrera closed 3 weeks ago

saulecabrera commented 3 weeks ago

Description of the change

Prior to this commit this option was true by default in order to profit of the performance benefits of SIMD JSON. Unfortunately this introduced issues with GC which need to be investigated further. In the meantime we're setting as off by default.

Checklist