WebAssembly / wasi-logging

WASI logging API
19 stars 5 forks source link

Add some Go APIs as additional references for wasi-logging #8

Closed sunfishcode closed 1 year ago

sunfishcode commented 1 year ago

wasi-logging's log levels are also similar to Go's zap and zerolog APIs, so add those as a reference as well. wasi-logging does not have builtin trapping or exiting semantics, as that's something that not all embeddings will want, and it can be added in higher-level layers.