tamasfe / aide

An API documentation library
Apache License 2.0
412 stars 68 forks source link

Feat/axum wasm #130

Closed domlen2003 closed 6 months ago

domlen2003 commented 7 months ago

Adds axum-wasm feature flag wich removes non-wasm compatible features. Closes #129

domlen2003 commented 7 months ago

I am aware that the example is just copy and paste and "state management" won't work as expected in a workers environment. Tho it was easier to copy the project than to make a shared lib for the axum-worker and axum examples.