Skip to content

Wazero: customize wazero.ModuleConfig

Compare
Choose a tag to compare
@pkedy pkedy released this 18 Apr 14:09
· 4 commits to master since this release
70a4115

Example:

 module.WithConfig(func(config wazero.ModuleConfig) wazero.ModuleConfig {
 	return config.WithSysWalltime()
 })

Thanks to @kevburnsjr!