You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The closest example we have for using wasm with axum is a router but the first commit is from 2022 and I don't see much changes, with how WASI was updated, do you have a working example of an http server (even a Hello World) that compiles into a .wasm file, and that we can run with Kubernetes (or Docker Desktop or anything equivalent?)
I feel very optimistic about that, and am trying to gather information on using Rust to make "future-proof" or more efficient applications using wasm instead of containers.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
The closest example we have for using wasm with axum is a router but the first commit is from 2022 and I don't see much changes, with how WASI was updated, do you have a working example of an http server (even a
Hello World) that compiles into a .wasm file, and that we can run with Kubernetes (or Docker Desktop or anything equivalent?)I feel very optimistic about that, and am trying to gather information on using Rust to make "future-proof" or more efficient applications using wasm instead of containers.
axum version
0.8.8
Beta Was this translation helpful? Give feedback.
All reactions