wasm-pack 0.1.0

pack up the wasm and publish it to npm!
Documentation
language: rust
sudo: false
cache:
  cargo
rust:
  - nightly

script:
  - cargo test
  - rustup component add rustfmt-preview
  - cargo fmt -- --write-mode diff