Jesper Håkansson
|
6f02778d26
|
chore(ci): Add build and deploy book
|
4 years ago |
Jesper Håkansson
|
adbaa67db6
|
chore(ci): Run tests on push
|
4 years ago |
Jesper Håkansson
|
8b021a85e3
|
doc: Remove travis and appveyor badges and show github actions
|
4 years ago |
Jesper Håkansson
|
340e3480ac
|
Merge pull request #947 from rustwasm/fix-ci
fix: Remove appveyor and travis and use Github actions for tests
|
4 years ago |
Jesper Håkansson
|
b183a4c0cf
|
fix: Use v0.24.0 of geckodriver
|
4 years ago |
Ashley Williams
|
59ab6d1f32
|
feat(ci): Run tests in Github actions
|
4 years ago |
Ashley Williams
|
62d25113f4
|
fix(ci): remove appveyor and travis
|
4 years ago |
Jesper Håkansson
|
457502c947
|
Merge pull request #851 from azriel91/bugfix/698/build-tests-with-passthrough-args
Passes `extra_options` to `cargo build --tests` when running `wasm-pack test`.
|
4 years ago |
Azriel Hoh
|
1f13f25d0f
|
Update tests with newer crate versions.
|
4 years ago |
Azriel Hoh
|
7a7abf934e
|
Parse path and extra options together, then split them after.
This allows `wasm-pack` to have the same command line interface as
`cargo` to pass through options such as `--no-default-features`.
|
4 years ago |
Azriel Hoh
|
f4f6588595
|
Document why we use `AppSettings`.
|
4 years ago |
Azriel Hoh
|
b75773a2fe
|
Use `--manifest-path` for `Cargo.toml`, and modify `AppSettings`.
This allows the extra arguments to be forwarded through to `cargo`
without requiring `--` beforehand.
|
4 years ago |
Azriel Hoh
|
3768551558
|
Update `structopt` to `0.3`.
|
4 years ago |
Azriel Hoh
|
d1cd431a51
|
Don't pass through test filter to `cargo build`.
|
4 years ago |
Azriel Hoh
|
44e826e820
|
Updates `CHANGELOG.md`.
|
4 years ago |
Azriel Hoh
|
23452046ec
|
Passes `extra_options` to `cargo build --tests` when running `wasm-pack test`.
Issue #698
|
4 years ago |
Jesper Håkansson
|
d42d673138
|
Merge pull request #1002 from crotwell/rm-greenkeeper
remove greenkeeper
|
4 years ago |
Jesper Håkansson
|
0112004279
|
Merge pull request #1004 from pione30/fix-typo-wee_alloc
fix(docs): remove duplicated "is" in the wee_alloc tutorial
|
4 years ago |
Jesper Håkansson
|
c3097f831e
|
Merge pull request #1007 from Swaagie/patch-1
[doc] fix toc links
|
4 years ago |
Jesper Håkansson
|
6111fd5d38
|
Merge pull request #1011 from gthb/patch-1
cleanup: remove outdated TOC heading
|
4 years ago |
Jesper Håkansson
|
76f2def8b8
|
Merge branch 'master' into patch-1
|
4 years ago |
Jesper Håkansson
|
5b3ff33cf1
|
Merge pull request #1012 from simlay/binary-install-update-for-958
Binary install update for axios security vulnerability.
|
4 years ago |
Jesper Håkansson
|
cdd733c882
|
Merge branch 'master' into binary-install-update-for-958
|
4 years ago |
Jesper Håkansson
|
06bd461540
|
Merge pull request #983 from bradyjoslin/fix-cargo-installation
Fix cargo-generate installation
|
4 years ago |
Jesper Håkansson
|
9e210db1de
|
Merge branch 'bradyjoslin-fix-cargo-installation'
|
4 years ago |
Sebastian Imlay
|
5d959e9960
|
Updated to use new BinaryInstall api
|
4 years ago |
Gunnlaugur Thor Briem
|
a763657faa
|
cleanup: remove outdated TOC heading
That section is gone
|
4 years ago |
Martijn Swaagman
|
bc612d970a
|
[doc] fix toc links
|
4 years ago |
pione30
|
13c2fc64b3
|
fix(docs): remove duplicated "is"
|
4 years ago |
Philip Crotwell
|
853e9e95f5
|
remove greenkeeper
Greenkeeper said goodbye in June 2020, so no longer good to link to as an example.
Alternative would be to link to Snyk instead?
|
4 years ago |
Brady Joslin
|
d80aeaf901
|
fix prebuilt binary install
|
4 years ago |
Brady Joslin
|
dbf45dfbd1
|
fix-cargo-generate-installation
|
4 years ago |
Andika Demas Riyandi
|
2620c78081
|
Fix #958: Update binary-install in package.json to fix security alert
|
4 years ago |
Brennon Loveless
|
fee0938c34
|
Feel better to explictly declare the arms instead of using a match all
|
4 years ago |
Brennon Loveless
|
f66d321ba9
|
First look in the local path for the wasm-opt binary. Use whatever binary is found and assume it works
|
4 years ago |
ashley williams
|
d46d1c69b7
|
Merge pull request #723 from petosorus/master
Fix logs for uniformity (#716)
|
4 years ago |
ashley williams
|
c2d5d5adb0
|
Merge branch 'master' into master
|
4 years ago |
ashley williams
|
21d8302789
|
Merge pull request #844 from cdvv7788/cdvv7788-docs-1
docs: Remove greenkeeper reference from readme, as it is being retired
|
4 years ago |
ashley williams
|
451def35e6
|
Merge pull request #942 from milahu/add-link-to-template-repo
Add link to template repo
|
4 years ago |
ashley williams
|
993863f6c5
|
Merge pull request #944 from brightly-salty/replace-dirs
Remove dirs dependency (unmaintained), update all dependencies
|
4 years ago |
brightly-salty
|
2058ca7fac
|
Remove unused dependency: dirs
|
4 years ago |
brightly-salty
|
662821aaac
|
Revert "Update all dependencies"
This reverts commit 87b9a7de21 .
|
4 years ago |
ashley williams
|
e25ce26ce9
|
Merge branch 'master' into master
|
4 years ago |
ashley williams
|
f9e689a080
|
Merge branch 'master' into cdvv7788-docs-1
|
4 years ago |
brightly-salty
|
87b9a7de21
|
Update all dependencies
I ran `cargo upgrade` (cargo-edit crate) to update all dependencies
|
4 years ago |
milahu
|
6ea28810a8
|
add link to wasm-pack-template
|
4 years ago |
milahu
|
89ec3a6f4c
|
fix npm init wasm-app
|
4 years ago |
inokawa
|
25107caeb2
|
Fix duplication of lines in docs
|
5 years ago |
Pauan
|
9f9634ca9f
|
Merge pull request #830 from 0xd4d/find_correct_pkg
Find the main package if multiple packages have the same name
|
5 years ago |
Pauan
|
2dd14139f5
|
Merge branch 'master' into find_correct_pkg
|
5 years ago |