David Justice
                                            David Justice
                                        
                                    Currently, the js HTTP server example looks like: https://github.com/danbugs/slightjs/blob/4fe13b0107c800aeeeaca423cd68d6612b61ae57/examples/http-server/index.js ``` js function handle_get(req) { console.log("I just got a request @ uri: ", req.uri, ", w/ method: ", req.method); switch (req.uri)...
Discussed the PR with @calvinrp and @macovedj and will add an S3 compatible content store implementation to illustrate the way the client would interact with a content store which is...
/cc @Kylebrown9 @lann @radu-matei @peterhuene
I think https://github.com/spinkube/containerd-shim-spin/pull/71 might be the culprit. @Mossaka, would you expect this behavior?
My guess here is that we are pre-compiling in the shim with 19.0.1, but Spin is expecting some other version of Wasmtime and is throwing the error. @vdice does this...
https://github.com/spinkube/containerd-shim-spin/pull/80
> Thanks @devigned! Meanwhile, curious as to what we can add in CI to catch this? Did it slip by the tests due to the tested Spin Apps still being...
> (An update to mention that Spin apps now run on the shim built from main after the revert, as expected. Thanks again!) Thank you for creating the issue!
I believe we should consider adding containerd config options for the shim to enable feature code paths. I don't believe Rust compilation flags would be desirable in cases like this...