Skip to content

Files

Latest commit

9754c53 · May 10, 2024

History

History
23 lines (17 loc) · 486 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 486 Bytes

Wasm Module for Apollo Service

This is a simple example of a Wasm module that can be used with Apollo Service.

Usage

pnpm install

Build

  • 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