federation/gateway/node_modules/@apollo/query-planner-wasm/dist
2020-11-14 16:43:58 +01:00
..
index.d.ts demo project 2020-11-14 16:43:58 +01:00
index.js demo project 2020-11-14 16:43:58 +01:00
index_bg.wasm demo project 2020-11-14 16:43:58 +01:00
package.json demo project 2020-11-14 16:43:58 +01:00
README.md demo project 2020-11-14 16:43:58 +01:00

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