Wazero: customize wazero.ModuleConfig
Example:
module.WithConfig(func(config wazero.ModuleConfig) wazero.ModuleConfig {
return config.WithSysWalltime()
})
Thanks to @kevburnsjr!
Example:
module.WithConfig(func(config wazero.ModuleConfig) wazero.ModuleConfig {
return config.WithSysWalltime()
})
Thanks to @kevburnsjr!