@jgzuke/query-planner-wasm
v0.0.6
Published
Bridge code written in Rust to Javascript/Typescript, to be internally used by Apollo Gateway. This package is not meant to be independently consumed.
Downloads
3
Readme
Apollo WASM Query Planner
How to make this work
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
cd query-planner-wasm
wasm-pack build -t nodejs --scope apollo
How to test:
wasm-pack test --node