You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that we have a js-string builtin proposal implemented and optimized in Wasm runtimes (e.g. V8), we should investigate switching to JS strings: What are perf/size implications?
If we cannot switch, we may look into having a bi-directional cache of strings, so repeated <dartString>.toJS will only do work on the first invocation and use the cached version afterwards. See also flutter/flutter#159400