Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for WASM #57

Open
levkk opened this issue Dec 22, 2024 · 0 comments
Open

Add support for WASM #57

levkk opened this issue Dec 22, 2024 · 0 comments
Labels
enhancement New feature or request http HTTP implementation, controllers orm ORM, models, connection pooling v1 Features desired for v1.0 release wasm WebAssembly

Comments

@levkk
Copy link
Owner

levkk commented Dec 22, 2024

Feature

Add support for running Rwf applications in WASM runtimes, e.g. Coudflare workers.

TODOs

  1. Remap ORM queries to PostgREST requests (avoids using a Postgres driver directly)
  2. Feature-flag usage of Tokio, use wasm-bindgen where possible; disable features where it's not.
@levkk levkk added enhancement New feature or request v1 Features desired for v1.0 release orm ORM, models, connection pooling http HTTP implementation, controllers wasm WebAssembly labels Dec 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request http HTTP implementation, controllers orm ORM, models, connection pooling v1 Features desired for v1.0 release wasm WebAssembly
Projects
None yet
Development

No branches or pull requests

1 participant