Logan Keenan
Logan Keenan
I'm a bit confused. If I update my LIBRARY_SEARCH_PATHS to point to the corresponding target and architecture then what do I point to under Frameworks, Libraries, and Embedded Content if...
@fisherdarling > I think this is something that would be beneficial, but I also think that the number of people that would directly benefit from this is rather low (just...
This PR works well running in the browser. I made a simple example [repo](https://github.com/logankeenan/axum-browser) with a [demo](https://axum-browser.pages.dev/). @davidpdrsn - thanks for your help on Discord!
@fisherdarling I haven't worked with WASI before, but that doesn't mean I couldn't learn more about it. Could that work potentially be done in another PR? PS, congratulations on the...
@fisherdarling - I created a new [PR](https://github.com/tokio-rs/axum/pull/1382) based on your branch. cc @kpietraszko
@joshtriplett @yoshuawuyts Is there anything else I can do to allow WASM support to be merged into main?
@maxcountryman This works pretty well inside a Rust Cloudflare worker. I wrote a blog [post](https://logankeenan.com/posts/running-a-rust-server-in-a-cloudflare-worker/) about it.