JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2745
  • Score
    100M100P100Q21576F
  • License MIT

Bridge code written in Rust to Javascript/Typescript, to be internally used by Apollo Gateway. This package is not meant to be independently consumed.

Package Exports

  • @apollo/query-planner-wasm

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@apollo/query-planner-wasm) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

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