Kai O'Reilly
Kai O'Reilly
Almost all functionality present in `os`, `reflect`, and `unsafe` works in wasm; only `syscall` is not possible. Therefore, almost all apps can be directly run on all platforms. There are...
Thank you for the response. Improving the documentation is definitely a high priority thing we need to do, and I agree it makes sense to provide an example of backend...
Thank you for reporting this issue. We will work on fixing it soon.
Yes, we are aware of the Chinese character rendering issue (#568), which we are planning to fix within the next few weeks. We will also look into the cursor position...
Thank you for filing this issue. We have wanted to do something like this for a while, and in fact we have this logic already for building apps with the...
Unfortunately, it does not appear to have those `vcs` debug info entries when installing the core tool from outside the module using `go install`, so that is not an effective...
We did not mean to close this issue. We merged #1376 as it is helpful in some cases and doesn't hurt as mentioned above. However, it does not provide a...
Okay, it seems reasonable to add that functionality as an optional feature that people can specify if they need. It is fine to wait for full support until Go 1.24,...
Thank you for the update. That looks like the right logic, so you are welcome to file that as a PR if you are interested, and if I look it...
@GodGavin Thank you for filing this issue. This seems like it would be useful, so we will implement this soon. Thank you for your patience.