passStringToWasm
Looks like `TextEncoder#encodeInto` isn't compatible when the buffer passed in is backed by a `SharedArrayBuffer`, so if the module has a shared thread skip the `encodeInto` optimization entirely.
anyref