Stephan Renatus

Results 293 comments of Stephan Renatus

Hey there, thanks for the report. That version is pretty old, could you please try the same with 0.44.0, by any chance?

So far, there has been no way to do networking from wasm modules. Looks like there's some recent efforts in experimenting with that in WasmEdge, see https://github.com/WasmEdge/WasmEdge and https://github.com/second-state/wasmedge_wasi_socket. Pretty...

@juntao Thanks for reaching out! As mentioned above, you folks are making some interesting progress there. On shipping multiple wasm runtimes, how would you imagine this in practice? I'm all...

Yeah we'd need come up with something of a spec there, you're right. IIRC the interested parties in envoy had to do quite some work to get the spec into...

Sorry for dropping the ball here. > 1 Execute a wasm function from OPA. That is most likely done via the GO SDK of the Wasm runtime. We're not there...

OK so here's a thought: let's use WASI! A custom builtin would look like this: 1. it's a WASI command (not reactor) 2. it accepts its arguments via ARGV, as...

As far as the plugins and builtins topic is concerned, I was only thinking about custom builtins here. OPA would evaluate these using wasmtime or wazero. It would call them...

A few notes, I'll get back to this with more later: > 1. Would it be possible to provide a "Wasi SDK" or library that included, JSON parsing, and maybe...