Playing with Docker + io.containerd.spin.v1 #1718
Answered
by
itowlson
GordonSmith
asked this question in
Q&A
-
I have been able to
But for ts + js I am getting the following error:
Any thoughts? |
Beta Was this translation helpful? Give feedback.
Answered by
itowlson
Aug 30, 2023
Replies: 1 comment 3 replies
-
Kia ora @GordonSmith, which version of the TS/JS plugin/SDK are you using? (
Then try rebuilding and see if that helps? Thanks! |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
GordonSmith
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Kia ora @GordonSmith, which version of the TS/JS plugin/SDK are you using? (
spin plugins list --installed
) As you've seen with Rust, the latestspn.v1
containerd shim has not yet been upgraded to handle the Spin 1.4 bindings. If you're on the latest SDK, could you please try this:js2wasm
plugin to version 0.4.0 (spin plugin upgrade js2wasm -v 0.4.0 --downgrade
)@fermyon/spin-sdk
reference inpackage.json
to"^0.4.0"
Then try rebuilding and see if that helps? Thanks!