|
|
|
|
|
by masklinn
1301 days ago
|
|
One thing I'm wondering about: what's the call overhead of wazero? Especially for function calls (rather than as a `system()` alternative)? I understand that cgo has significant per-call overhead, aside from all the other curses it implies, does wasm/wazero have the same issue or not? |
|