awsm 0.0.9

Wrappers for WASM
Documentation
language: rust
rust: 
  - nightly
  
install:
  - rustup target add wasm32-unknown-unknown
  - cargo install wasm-bindgen-cli

script:
  - cargo test
  - cd examples/crate
  - cargo test --features webgl_1
  - cargo test --features webgl_2
  - cd ..