github carverauto/serviceradar v1.0.88

latest release: v1.0.89
6 hours ago

ServiceRadar v1.0.88

WASM plugin runtime fix for TinyGo-compiled plugins.

Whats New

1.0.88

  • Fixed WASI clock_time_get nil pointer crash when TinyGo plugins call time.Now(). The issue was caused by TinyGo's _start function calling proc_exit(0), which closed the module and cleared the Sys context before the plugin entrypoint could run.
  • Module config now uses WithStartFunctions() to disable automatic _start execution, keeping WASI clock functions operational.

Don't miss a new serviceradar release

NewReleases is sending notifications on new releases.