The project is focused on supporting Spin. But Spin supports a large amount of the WASI API surface and is headed in the direction of using WASI in place of Spin specific APIs wherever possible.
Hey SpinKube maintainer here. You're right that you could just run your Wasm (or Spin app) directly in a container and there often are reasons you might want to do that. But, SpinKube executes WebAssembly using a containerd-shim which means we avoid the overhead of starting a container and rather just directly execute the Wasm.
Nice! Agree with all of those. I got a gravel bike that is perfect for the trails around my house and I love it. I never knew that there was a bike that crossed between a MTB and a road bike.
Also yeah plus one to noise cancelling headphones.
GrokJS is a VS Code extension I built at a hackathon with some friends. It makes learning JavaScript Syntax easier by explaining it directly within the editor.
I was inspired to build this plugin because despite having programmed for years I still get hung up on odd syntax — especially when working with an unfamiliar language. To make matters worse it is really hard to Google for help with confusing syntax. Search results will think you want help with the semantics of the code rather than the syntax. With GrokJS you can highlight a confusing piece of syntax and it will explain it and link to further documentation.