|
|
|
|
|
by Muromec
496 days ago
|
|
It's more of a go problem than the wasm problem. Don't bundle such a big runtime and pass memory pointers around and you can have nice things. Something beam-hosted with zero pointer sharing between nodes and smaller runtime maps to wasm much better. |
|
One WASM-related case I've actually encountered in the wild is Unity web. Similar problem as Golang, the runtime is heavy.