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
We have observed this about Big Go services in production tests. Not all (Big) Go services crash, but most yield 500s.
Here are a few truths we know:
Big Go doesn't export a malloc() we can straightforwardly abuse as we do with TinyGo.
Big Go will not, in the forseeable future, support wasip2 directly, because of Google's lack of interest. Somebody may make a MediumGo that does and that doesn't make such space-constrained tradeoffs (lack of RTTI, etc.) as TinyGo does.
Big Go implements its own linker and does not use wasm-ld.
We have observed this about Big Go services in production tests. Not all (Big) Go services crash, but most yield 500s.
Here are a few truths we know:
malloc()we can straightforwardly abuse as we do with TinyGo..wasmextension #2 in Empty TinyGo project crashes under component adapter #491 (comment) is frought.Ideas: