Ah, good point. I was just wondering about the fixed overhead of the runtime system -- mainly the garbage collector, I assume.

The Golang runtime is big enough by itself that it makes a real difference from some WASM applications, and people are using Rust instead purely because of that.