Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 647 Bytes

testing.md

File metadata and controls

27 lines (19 loc) · 647 Bytes

Testing local wasm builds

Requirements

  • Docker
  • Node (> 12)
  • Rust (> 1.40)

Pull the following repos

  • github.com/influxdata/vsflux
  • github.com/influxdata/flux-lsp-cli
  • github.com/influxdata/flux-lsp

CD into the flux-lsp repo and run make wasm

CD into the flux-lsp-cli repo and update package.json and change the dependency of @influxdata/flux-lsp-node to file: <full path to flux-lsp>/pkg-node run npm install

CD into the vsflux repo and update package.json and change the dependency of @influxdata/flux-lsp-cli to file: <full path to flux-lsp-cli> run npm install

  1. open vsflux in vscode and run