valobanov
Results
2
issues of
valobanov
Hello, By default, my project links against not thread safe libbrrd that causes mess with errors from different Update() calls. Changing `#cgo pkg-config: librrd` directive to `#cgo LDFLAGS: -lrrd_th` in...
* Fix similar Instance.GetFunctions(), GetTables(), GetGlobals() methods GetMemories() returned empty list for following code but worked fine after swapping 2 exports: (module (type $t0 (func)) (func $run) (memory $0 1)...