Vibhav Pant

Results 5 issues of Vibhav Pant

This PR is a first stab at implementing the [logging SDK specification](https://github.com/open-telemetry/opentelemetry-specification/blob/76e618535d841451b310f51522996362a6c1ec8f/specification/logs/logging-library-sdk.md). Owing to the similar nature of traces and logging data, it's mostly a `s/span/log/g` on the trace SDK,...

Right now, a `wasm.Module` struct can only hold `Function`s that use WebAssembly bytecode. To allow interoperability between WASM and Go, it should be possible to use `call` and `call_indirect` with...

Because wagon will be primarily designed for golang, it also needs to implement features that are native to Go: maps, interface/type assertion, and most importantly, goroutines. As wagon will primarily...

Should wagon be able to import golang packages as modules too? A module name with the prefix `go/` can be imported by wagon, if the corresponding [plugin](https://golang.org/pkg/plugin/) is provided. We...