ashley williams
|
203a5f270f
|
Merge pull request #687 from rustwasm/refactor-opt
refactor(tool): wasm-opt is a tool variant
|
5 years ago |
Ashley Williams
|
f0f058098d
|
feat(install): wasm-opt binaries add new conditional target logic
|
5 years ago |
Ashley Williams
|
649bfabd26
|
feat(wasm-opt): bump to version_90
|
5 years ago |
Ashley Williams
|
5218be592c
|
refactor(tool): wasm-opt is a tool variant
|
5 years ago |
ashley williams
|
fb22e608ca
|
Merge pull request #778 from rustwasm/0.9.0
0.9.0 release
|
5 years ago |
Avery Harnish
|
9bf729f96c
|
🌥️ 0.9.0
|
5 years ago |
ashley williams
|
9a9aca7944
|
Merge pull request #767 from drager/document-npm-install
doc: Document installation via npm or yarn
|
5 years ago |
ashley williams
|
fc892dc52b
|
Merge branch 'master' into document-npm-install
|
5 years ago |
ashley williams
|
fdb7c6cdb8
|
Merge pull request #769 from EverlastingBugstopper/avery/add-e2e-generate-build-test
Adds end to end test for building a generated project
|
5 years ago |
ashley williams
|
5f03a21a76
|
Merge branch 'master' into avery/add-e2e-generate-build-test
|
5 years ago |
ashley williams
|
3f13a1f596
|
Merge pull request #776 from EverlastingBugstopper/avery/update-release-checklist
Adds npm steps to release checklist
|
5 years ago |
ashley williams
|
390a63f860
|
Merge branch 'master' into avery/update-release-checklist
|
5 years ago |
ashley williams
|
f15a5effdc
|
Merge pull request #774 from rustwasm/bump-geckodriver-down
fix(test): only use exactly v0.24.0 geckodriver on windows
|
5 years ago |
Ashley Williams
|
00d08e74f5
|
fix(test): only use exactly v0.24.0 geckodriver on windows
|
5 years ago |
Avery Harnish
|
bdbb0d8c31
|
Adds npm steps to release checklist
|
5 years ago |
ashley williams
|
f941ffbdd7
|
Merge branch 'master' into avery/add-e2e-generate-build-test
|
5 years ago |
Avery Harnish
|
c71ef6f7d7
|
Adds end to end test for building a generated project
|
5 years ago |
ashley williams
|
2aab6015a9
|
Merge branch 'master' into document-npm-install
|
5 years ago |
Pauan
|
846b989b9a
|
Merge pull request #694 from Pauan/quiet
Adding in `--quiet` and `--log-level` flags
|
5 years ago |
Jesper Håkansson
|
c9a029d539
|
doc: Document installation via npm or yarn
|
5 years ago |
ashley williams
|
b4a4585af2
|
Merge pull request #766 from EverlastingBugstopper/avery/dont-require-wasm-opt
Add docs and actionable error message for failed wasm-opt executions
|
5 years ago |
Avery Harnish
|
e8f27f2ba3
|
Adds error message and docs for failed wasm-opt
|
5 years ago |
ashley williams
|
a05c9eaff9
|
Merge pull request #719 from kellytk/patch-1
Update reference to cargo's `--offline` feature
|
5 years ago |
ashley williams
|
d525db3c6b
|
Merge pull request #756 from gjungb/commands
fix(docs): fix broken link and typo for "Commands"
|
5 years ago |
ashley williams
|
2c68c89c68
|
Merge pull request #759 from EverlastingBugstopper/avery/bump-binary-install
Bump binary-install version to fix Windows installs
|
5 years ago |
ashley williams
|
4e51d6b9de
|
Merge pull request #765 from EverlastingBugstopper/avery/clippy
Fix clippy warnings and add to CI
|
5 years ago |
ashley williams
|
ca350dcc92
|
Merge pull request #764 from EverlastingBugstopper/patch-1
Fix broken link in commands doc
|
5 years ago |
Avery Harnish
|
d1dc19f880
|
Fix clippy warnings and add to CI
|
5 years ago |
Avery Harnish
|
739d331117
|
Fix broken link in commands doc
|
5 years ago |
Avery Harnish
|
677bd348a7
|
Don't use node -e require for npm installer
|
5 years ago |
Avery Harnish
|
6500c5f09a
|
Bump binary-install version to fix Windows installs
|
5 years ago |
Gerd Jungbluth
|
6651b8a8e9
|
fix(docs): remove redundant link
|
5 years ago |
Gerd Jungbluth
|
9334faa5e3
|
fix(docs): fix some typos
refs #755
|
5 years ago |
Gerd Jungbluth
|
7d85e13d52
|
fix(docs): fix broken link and type for "Commands"
refs #755
|
5 years ago |
ashley williams
|
029127d39c
|
Merge pull request #753 from rustwasm/no-more-warn
fix warnings on test, update deps
|
5 years ago |
Ashley Williams
|
32e7bb91ed
|
fix(deps): cargo update
|
5 years ago |
Ashley Williams
|
fcbd824886
|
fix(deps): update deprecated code for std::sync::Once
|
5 years ago |
ashley williams
|
108d06971c
|
Merge pull request #709 from burmecia/patch-1
Fix broken quickstart guide link
|
5 years ago |
ashley williams
|
3ced0eb493
|
Merge pull request #738 from EverlastingBugstopper/avery/create-npm-installer
Create npm installer
|
5 years ago |
Avery Harnish
|
b68e1fe086
|
Use 0.8.1 release for npm readme
|
5 years ago |
Avery Harnish
|
f77aae20ef
|
Add author name
|
5 years ago |
Avery Harnish
|
f2ad824684
|
Create npm installer
|
6 years ago |
Kelly Thomas Kline
|
1b844c903c
|
Update reference to cargo's `--offline` feature
|
6 years ago |
Nick Fitzgerald
|
88ca2bc020
|
Merge pull request #660 from drager/rate-limit-on-failure
fix: Rate limit version check if the request fails and output warning if version check fails
|
6 years ago |
Jesper Håkansson
|
62cfd9adbb
|
fix: Rate limit version check if the request fails
fix: Output warning if version check fails
|
6 years ago |
Nick Fitzgerald
|
15e354f19c
|
Merge pull request #706 from MartinKavik/fix/webdriver_versions
Select correct webdriver version
|
6 years ago |
Bo Lu
|
352eea1f0d
|
Fix broken quickstart guide link
|
6 years ago |
Martin Kavík
|
a39a278220
|
fix(command_test): stamps.rs check driver once per day, update RELEASE_CHECKLIST
|
6 years ago |
Martin Kavík
|
2facd17653
|
fix(command_test): select correct webdriver version
|
6 years ago |
Pauan
|
d04ee6c04c
|
Adding in unit tests for --quiet and --log-level
|
6 years ago |