Skip to content

JS: Enable more efficient packing of string data (fixes #24706)

Very naive attempt to enable more efficient string packing. It does exactly the following: "try to write a string in haskell to string in js with little escaping".

Merge request reports