An open API service indexing awesome lists of open source software.

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

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.