Benjamin Eckel

Results 31 issues of Benjamin Eckel

We should have a section somewhere that explains how CORS works with wasm / extism plugins and recommendations on how to serve and consume the code. Even if it just...

This is different than https://github.com/extism/extism/issues/470 Because we don't rely on libextism in this library, I believe we should be able to add Observe support independently.

This is a general issue to implement benchmarking of the Extism runtime and tracking of benchmarks over time. From my limited research, I think we could use `cargo bench` and...

It would be great if we had Observe support in the Extism runtime. For ourselves and for our users. I think the primary blocker on this one is tokio /...

Provide users with a Github Action to use the Extism CLI

- Where do we store the test .wasm files how do we keep them versioned? Probably makes sense to keep them in one repo then use git submodules but we...

When trying to publish to nexus i was getting the following error. [I changed the javadoc plugin to ignore the warnings](https://github.com/extism/extism/commit/f5537e4bcbbdb00125f88a7391ecab1b804482d0) but we should probably fix these. ``` [ERROR] Failed...

After #67 Port the observe API changes for metrics, logs, and manual spans to Go and JS SDKs https://github.com/dylibso/observe-sdk/pull/51

We should add errors on a span as a concept to the core Event data-structure. It should be mapped to sink equivalent concepts in the adapters.

We need to add an eventbucket for trace events in the rust sdk. Similar to how we do this in the Go SDK: https://github.com/dylibso/observe-sdk/blob/main/go/bucket.go we should use this in datadog...