Andrei Matei
Andrei Matei
Hey Sebastien, So I'm digging around and I've got two related questions, if you don't mind the bother. Any C program compiled by `emscripten` that operates with pointers has an...
I was able to get a C program using strings and things like `strlen()` working by hacking how a module's `Memory` is initialized when importing an entry of type `ExternalMemory`....
I'm not sure how this error was generated, but, for what it's worth, I've found that all programs compiled by emscripten require various things to be exported by the "environment"....
Just wondering, without knowing what I'm talking about: instead of building an assembler, have you considered at all using [wabt](https://github.com/WebAssembly/wabt) through CGo? If you want to keep wagon buildable through...
Btw, another option for using `wabt` as a dependency is to ask user of `wagon` to install and build `wabt` themselves and then `wagon` would link against it through a...
This patch increased the number of timeseries exported to tsdb by crdb nodes from 731 to 1739. If there's histograms in there, it might be even much worse for Prometheus....
I think I fooled myself when counting, sorry. I now think that this patch only took the timeseries count from 1543 to 1739. So, now quite as bad as I...
> why not use the id column as a reference I too find myself needing the feature this issue (any multiple others) are asking for. I'll explain how I got...
I also wanted to get the temperature of the Go team around putting some Linux perf events around the scheduler. In particular, a few days ago, [this user events patch](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=864ea0e10cc9)...
> Maybe a if a GODEBUG setting is present, StartTrace actually starts a kernel trace instead? @mknyszek what I had in mind was to add some type of userspace tracepoints...