Can I hack something together to run Wasmtime components today? #13
Unanswered
rikhuijzer
asked this question in
Q&A
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I find the idea of
wasmtime serve
incredibly cool. Many people would like to use a system that builds allowed system interactions from the ground up and is extremely resource efficient (compared to, e.g., Docker), I think. Thank you @sunfishcode for making an example here in this repository. I was able to run the service and curl it without problems.I would like to now use this to host a service on my public facing server. I already have a reverse proxy, so going from
service.example.com
to the port served by wasmtime is possible. However, I don't know how I can pass configuration information into the program. For example, would it be possible somehow to pass a secret towasmtime serve
? Otherwise, I need to hard-code that in the source code, which I would like to avoid.EDIT: I might have found an answer with https://github.com/wasmCloud/wasmCloud
Beta Was this translation helpful? Give feedback.
All reactions