dylibso / observe-sdk

Continuous runtime observablity SDKs to monitor WebAssembly code.
https://dev.dylibso.com/docs/observe/overview
Apache License 2.0
157 stars 7 forks source link

fix: parse modules with no compat versions #101

Closed nilslice closed 1 year ago

nilslice commented 1 year ago

Fixes issue when modules without any version compatibility information from the compiler are parsed.

Additionally only prints trace output in the Rust otel-stdout example if there are any spans to format.