Jesper Håkansson
24bdca457a
0.13.1
6 months ago
Jesper Håkansson
cbe074a607
0.13.0
10 months ago
Samuel Ph
c163bd1f64
Fix local navigation taking one step too far
...
Reduces number of steps taken backwards to reach the correct page of prerequisites
1 year ago
josephrocca
4da7e4ae8c
Remove unused `greet` argument.
1 year ago
josephrocca
2b676226b6
Add `--target web` to quick start build command
1 year ago
puxiao
fd107ccab8
Update build.md
2 years ago
Lucas Horward
afb63e6606
Fix error and warnings in install script
...
- Fixed error on line 139 - "==" was being used, whereas sh expects a "=" (and we do this correctly throughout the rest of the file). See https://www.shellcheck.net/wiki/SC3014 for more.
- Changed the use of backticks to the use of `$()` as specified in https://www.shellcheck.net/wiki/SC2006
- Changed the use of `-a` to `&&` as specified in https://www.shellcheck.net/wiki/SC2166
Closes #1159
Closes #1217
Closes #1283
2 years ago
Jesper Håkansson
e25150ecd3
0.12.1
2 years ago
Jesper Håkansson
0392d4003e
0.12.0
2 years ago
Jesper Håkansson
bec632240a
0.11.1
2 years ago
Matthias Geihs
9069ef4c85
Add option: omit_default_module_path
2 years ago
Jesper Håkansson
b7a0ae81f6
0.11.0
2 years ago
Owen Yamauchi
50e9410d83
Don't hide install options behind link
...
- First, show only the instructions specific to the detected platform.
- Then, always display the cargo, npm, and yarn install options below.
- Add a note to the unix instructions to say you can use the
alternative options if you don't like piping `curl` into `sh`.
Fixes #355
2 years ago
Benedikt Werner
da3db25e2c
Update npm installation link
2 years ago
printfn
ce3d172769
Fix SPDX license syntax
2 years ago
Jesper Håkansson
961da162a7
0.10.3
3 years ago
Julian Rosse
4e0fd291e5
small fixes
3 years ago
Dallas
6c1fc85954
Update non-rustup-setups.md
3 years ago
Nino
2a36a1b999
Add suppot for more platforms to installer script
3 years ago
Jesper Håkansson
c8944e3e96
0.10.2
3 years ago
Markus Stange
35bd2bac12
Replace two mentions of `wasm-pack init` with `wasm-pack build` in the docs.
3 years ago
Fichtelcoder
a8da03cf01
Fix #1059 .
...
This is the correct way to pass extra arguments, such as features to cargo.
4 years ago
Jared L
9edf766959
fix(typo): considerations.md
4 years ago
Jesper Håkansson
ec6f0c2e22
0.10.1
4 years ago
Frederic Kettelhoit
b242938066
Fix example commands in docs broken by PR #851
4 years ago
iuslkae
0fff34cbb1
feat(docs): Under prerequisites, considerations for nodejs
4 years ago
Riley Shea
1377312250
fix docs: warning label appearing offscreen
4 years ago
Jesper Håkansson
8d1ea111ea
0.10.0
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
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
ashley williams
c4d0544614
Revert "Revert "0.9.1""
5 years ago
ashley williams
47df38bf2d
Revert "0.9.1"
5 years ago
Ashley Williams
717ca4ee38
☁️ 0.9.1
5 years ago
Avery Harnish
9bf729f96c
🌥️ 0.9.0
5 years ago
Jesper Håkansson
c9a029d539
doc: Document installation via npm or yarn
5 years ago
Avery Harnish
e8f27f2ba3
Adds error message and docs for failed wasm-opt
5 years ago
Avery Harnish
739d331117
Fix broken link in commands doc
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
Kelly Thomas Kline
1b844c903c
Update reference to cargo's `--offline` feature
6 years ago
Pauan
a39129ebd0
Adding in docs
6 years ago
Mario Reder
090d90bb76
feat(publish): dist tag option
6 years ago
Ashley Williams
d6baf439b7
feat(command): add generate command
6 years ago
Alex Crichton
82ffe7b879
Only run specific tests during `wasm-pack test`
...
This builds on rustwasm/wasm-bindgen#1465 by ensuring that `wasm-pack
test --node` will now only test node.js tests
6 years ago