This is a simple example of a Wasm module that can be used with Apollo Service.
pnpm install
- Build schema from proto file (Use protoc to generate schema from proto file)
- Install protoc from here
pnpm build:schema
- Build Wasm module
pnpm build
This is a simple example of a Wasm module that can be used with Apollo Service.
pnpm install
pnpm build:schema
pnpm build