I have a custom kernel written in C, but I want people to be able to play around with it(ie with Github Pages or something similar) when they visit my Github repo. Is there a way for me to deploy this with wasm(ie with a Github Action) so people can use the kernel in a web browser after clicking on a link?
↧