https://github.com/wspringer/slapql
Slaps a GraphQL API on top of any WASM component
https://github.com/wspringer/slapql
graphql wasm wit
Last synced: about 2 months ago
JSON representation
Slaps a GraphQL API on top of any WASM component
- Host: GitHub
- URL: https://github.com/wspringer/slapql
- Owner: wspringer
- License: mit
- Created: 2025-05-19T11:43:51.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-19T11:59:49.000Z (about 1 year ago)
- Last Synced: 2025-07-03T05:36:47.749Z (12 months ago)
- Topics: graphql, wasm, wit
- Language: TypeScript
- Homepage:
- Size: 185 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# README
Takes a WASM component and slaps a GraphQL interface on top of it.
```bash
slapql
```
Note that this is just a proof of concept: it shows how you can use the metadata
embedded in a WASM component to build a GraphQL API. It's not guaranteed to work
for any WASM component. It may work for some.