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
Now build esbuild into wasm, and the final size is 8m, which is still too large in many scenarios.
I don't know whether tinygo is effective for esbuild, but it has played a role in other wasm projects in the past.
The text was updated successfully, but these errors were encountered:
Closing as a duplicate of #1111. TinyGo isn't a real Go compiler. It only works for a subset of Go, and esbuild is not written in that subset, so there's no way this will work. The built-in recover function isn't implemented, for example.
https://github.com/tinygo-org/tinygo
Now build esbuild into wasm, and the final size is 8m, which is still too large in many scenarios.
I don't know whether tinygo is effective for esbuild, but it has played a role in other wasm projects in the past.
The text was updated successfully, but these errors were encountered: