Package Exports
- @apollo/query-planner-wasm
Readme
Apollo WASM Query Planner
How to make this work
cd query-planner-wasm
npx wasm-pack build -t nodejs --scope apolloHow to test:
npx wasm-pack test --nodeBridge code written in Rust to Javascript/Typescript, to be internally used by Apollo Gateway. This package is not meant to be independently consumed.
cd query-planner-wasm
npx wasm-pack build -t nodejs --scope apollonpx wasm-pack test --node