moc 0.19.2

Library made to create and manipulate HEALPix Multi-Order Coverages maps (MOCs), see https://ivoa.net/documents/MOC/
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name: TestWASM

on: [push]

jobs:
  wasmtest:
    name: Test WASM
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v2
    - name: Install wasm-pack
      run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh 
    - name: WASM test
      run: |
        source $HOME/.cargo/env      
        cd crates/wasm
        wasm-pack test --node