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
cli-support: Remove Node.js specific passStringToWasm (#2310)
Now that Node has encodeInto it can use the same path as the normal Web
Browser code (that avoids calling into the C++ code). Node 12,13, and 14
have this method, so it is now fairly well supported.
We should check to see if this is actually a speedup for ASCII strings
Signed-off-by: Joe Richey <[email protected]>
0 commit comments