Replies: 1 comment 21 replies
-
Spin is definitely designed to allow embedding; there is even another open source example: https://github.com/spinframework/containerd-shim-spin (mostly implemented here) ^ That probably represents the highest level of abstraction that you might want to embed; it is possible to integrate at other levels with varying degrees of effort. |
Beta Was this translation helpful? Give feedback.
21 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
First and foremost I wanted to say "Hi 👋 ", and what an awesome project 🙏
...back to topic: I was looking around for possible alternatives for the Deno v8 runtime in my project: TrailBase. I was already play around with wasmtime and possible concurrency models, build/dev flows for user-code, ... and then stumbled upon spin. I'm so excited to see that you folks have pretty much built what I had in mind - and certainly much better.
I understand that your main integrations are probably your CLI (and maybe a separate shared runtime for your cloud product). Yet, I was wondering how you folks would feel about someone else integrating your runtime or parts thereof? I wouldn't wanna create extra work for you or churn on either side. Maybe that's something you've already though about?
Either way ❤️ spin
Beta Was this translation helpful? Give feedback.
All reactions