Skip to content

Commit d66b92b

Browse files
committed
wasm-pack
1 parent 4187731 commit d66b92b

34 files changed

+5989
-5650
lines changed

.gitignore

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
target/
21
node_modules/
3-
tests/build/
4-
yarn-error.log
2+
target/

.travis.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,12 @@ language: rust
22
cache: cargo
33
rust:
44
- nightly
5-
node_js:
6-
- "9"
75

86
before_install:
97
- rustup target add wasm32-unknown-unknown
108

119
install:
12-
- npm install -g yarn
13-
- cargo install --force wasm-bindgen-cli
10+
- cargo install --force wasm-pack
1411

1512
script:
1613
- cargo test
17-
- yarn test

0 commit comments

Comments
 (0)