refraction-networking / water

WebAssembly Transport Executables Runtime
Apache License 2.0
22 stars 1 forks source link

performance: use wazero.CompilationCache across wazero.Runtime for faster compilation #34

Closed gaukas closed 7 months ago

gaukas commented 7 months ago

We can (and should) use wazero.CompilationCache to save time by avoiding repetitively building the same .wasm. This may bring crucial performance improvement for non-I/O phase (i.e., bootstrapping speed).