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
It is my understanding that this proposal intentionally uses the existing JavaScript names of the various operations (e.g. charCodeAt instead of getCodeunit), to illustrate that no new capabilities are being added to the web platform.
The name "wasm:js-string" "concatenate" is not in line with this principle. Presumably this should be renamed to "concat", to match String.prototype.concat?