-
Notifications
You must be signed in to change notification settings - Fork 434
Officially support wasm32-unknown-unknown #218
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
Comments
The really interesting use case here for me would be As in, writing your GraphQL backend only once, with some for of compatability layer for database access. |
Oh yeah, that would be cool. If the DB was https://realm.io/products/realm-database/ your changes would get transparently synced when you went back online too. |
`cargo check --wasm32-unknown-unknown` is sufficient to demonstrate that the `juniper` and `juniper_codegen` crates can compile for WebAssembly, which should help avoid accidental regressions.
`cargo check --wasm32-unknown-unknown` is sufficient to demonstrate that the `juniper` and `juniper_codegen` crates can compile for WebAssembly, which should help avoid accidental regressions.
`cargo check --wasm32-unknown-unknown` is sufficient to demonstrate that the `juniper` and `juniper_codegen` crates can compile for WebAssembly, which should help avoid accidental regressions.
* Build wasm32-unknown-unknown in CI (#218) `cargo check --wasm32-unknown-unknown` is sufficient to demonstrate that the `juniper` and `juniper_codegen` crates can compile for WebAssembly, which should help avoid accidental regressions.
@LegNeato guess this can be closed? |
Yeah, I think we are ok for now. I still want to have a node example but that can come later. |
We appear to work with
wasm32-unknown-unknown
. It would be nice to build with it in CI, as well as have an example where it is used innode
. I'd be curious as to the perf, as rust/wasm is generally faster than js but most js graphql server implementations are async.The text was updated successfully, but these errors were encountered: