Max Desiatov
Max Desiatov
Yeah, if there was a nice way to customize the source of Unicode tables, we could rely on [`Intl.Segmenter` API](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Segmenter) in the browser. At least that's what Swift `String` API...
Another reported issue related to this https://github.com/TokamakUI/Tokamak/issues/296
My concern here is that uncaught JS error may lead to some unexpected/incorrect state, or at least confuse users. Maybe we should detect this specific `exit(0)` in our entrypoint code...
Do you see binary size increase with any Foundation type or just these two?
Great, thanks for your feedback! If you use any Foundation other than `JSONDecoder` or `JSONDecoder` in your project, say `Date`, does that still have any impact on binary size? What...
> Import alone didn't seem to trigger it. Yes, import alone does not trigger linking, that's why I'm asking about using specific types. Is the binary size increased when you...
I'll reopen the issue in the meantime until we reach a consensus how our documentation should be updated to clarify the binary size concerns.
Building the upstream libdispatch code is currently blocked by #658.
The big problem here is that WebAssembly threads are available only in a few browsers such as Chrome, and only under a flag. The threads proposal is still in flux,...
Basically yes. I think the availability of `SharedArrayBuffer` in all browsers would allow us to emulate threads with web workers, but I wouldn't be surprised if it doesn't become widely...