Jeff Registre
Jeff Registre
## 🐛 Bug description Is it possible to easily import the wasm-bindgen exports like in the docs [example - #using your library](https://rustwasm.github.io/docs/wasm-pack/tutorials/npm-browser-packages/using-your-library.html#add-your-npm-package) with a Svelte app? This includes using cargo...
I've been going through the [rust wasm book](https://rustwasm.github.io/docs/book/game-of-life/) and I've gotten stuck on a problem. ### Summary I'm have an issue where `memory` ```ts import {memory} from "wasm-rust/index_bg"; ``` is...
Hello! Using the `gatsby-plugin-graphql-codegen` plugin, is it possible to create separate files for types and queries? Let's say I'd like all the types to be in a *graphql-types.ts* and *graphql-queries.ts*....
Hello! First, thank you for creating this Gateway. I'm creating this issue for something I think I've found that's a bug behavior when running GraphGate against some federated services. For...