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
Jesper Håkansson
b4e619c8a1
Merge pull request #1220 from striezel-stash/fix-typos
...
Fix some typos
2 years ago
Jesper Håkansson
346de86814
Merge pull request #1226 from rustwasm/dependabot/cargo/openssl-src-111.25.01.1.1t
...
chore(deps): bump openssl-src from 111.24.0+1.1.1s to 111.25.0+1.1.1t
2 years ago
Jesper Håkansson
5ac19f51ff
Merge pull request #1227 from benediktwerner/patch-1
...
Docs: Update npm installation link
2 years ago
Benedikt Werner
da3db25e2c
Update npm installation link
2 years ago
dependabot[bot]
f962a4a018
chore(deps): bump openssl-src from 111.24.0+1.1.1s to 111.25.0+1.1.1t
...
Bumps [openssl-src](https://github.com/alexcrichton/openssl-src-rs ) from 111.24.0+1.1.1s to 111.25.0+1.1.1t.
- [Release notes](https://github.com/alexcrichton/openssl-src-rs/releases )
- [Commits](https://github.com/alexcrichton/openssl-src-rs/commits )
---
updated-dependencies:
- dependency-name: openssl-src
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Dirk Stolle
a352c19f6b
Fix some typos
2 years ago
Jesper Håkansson
e3582b7002
Merge pull request #1149 from rustwasm/avery/quick-fix
...
fix: adds back run.js to npm installer
2 years ago
Jesper Håkansson
ef0e6021b2
Merge pull request #1086 from mstange/fix-wasm-init-mentions
...
Replace two mentions of `wasm-pack init` with `wasm-pack build` in the docs
2 years ago
Jesper Håkansson
5a59df0f8c
Merge pull request #1143 from helixbass/book-fixes
...
Docs fixes
2 years ago
Jesper Håkansson
e1010233b0
Merge pull request #1185 from printfn/workspace-inheritance
...
Add support for workspace inheritance
2 years ago
printfn
7524f57006
Update dependencies
2 years ago
printfn
bf74de1560
Add support for workspace inheritance
2 years ago
Jesper Håkansson
bbc539e972
Merge pull request #1188 from printfn/fix-binaryen
...
Fix binaryen URL and use updated `binary-install` to fix installation on macOS (adding to @matheus23's PR)
2 years ago
printfn
c96ff37b83
Merge branch 'master' into fix-binaryen
2 years ago
printfn
b9b38890cf
Update to Rust 2021
2 years ago
printfn
ce3d172769
Fix SPDX license syntax
2 years ago
printfn
a9b4105318
Bump dependencies
2 years ago
printfn
2f10c0f47a
Use binary-install v0.1.0
2 years ago
Jesper Håkansson
179bc45d9d
Merge pull request #1207 from rustwasm/dependabot/cargo/bzip2-0.4.4
...
chore(deps): bump bzip2 from 0.4.3 to 0.4.4
2 years ago
Jesper Håkansson
5656554e2c
Merge pull request #937 from serprex/weakref
...
Pass through --weak-refs --reference-types flags to bindgen
2 years ago
dependabot[bot]
f3043551f9
chore(deps): bump bzip2 from 0.4.3 to 0.4.4
...
Bumps [bzip2](https://github.com/alexcrichton/bzip2-rs ) from 0.4.3 to 0.4.4.
- [Release notes](https://github.com/alexcrichton/bzip2-rs/releases )
- [Commits](https://github.com/alexcrichton/bzip2-rs/commits/0.4.4 )
---
updated-dependencies:
- dependency-name: bzip2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
printfn
034c1036c2
Bump binaryen to version 111
2 years ago
printfn
b75110e938
Merge remote-tracking branch 'origin/master' into fix-binaryen
2 years ago
Jesper Håkansson
9f909db7dc
Merge pull request #1082 from sassman/fix/target-path-as-extra-args-issue-1076
...
fix(#1076 ): `--target-dir` as extra option is now considered as expected
2 years ago
printfn
9a3c7cd9d5
Use prebuilt cargo-generate binary on aarch64-macos
2 years ago
printfn
556373df30
Update mdbook to v0.4
...
v0.3.7 no longer compiles as of Rust 1.64,
see https://github.com/rust-lang/mdBook/issues/1875
2 years ago
printfn
028076dfcb
Fix flaky unit tests due to non-existent cache
2 years ago
printfn
6ca10193d4
Update dependencies
2 years ago
printfn
ebdaea8150
Bump binaryen version to 110
2 years ago
printfn
30f2b0a262
Correctly download libbinaryen.dylib on macos
2 years ago
printfn
f73b53c5ab
Switch from failure to anyhow
2 years ago
Philipp Krüger
bda7743942
Apply patches from @printfn
2 years ago
Philipp Krüger
0d39cced6b
Test URL-building matrix
2 years ago
Philipp Krüger
a0074b8893
Fix windows x86_64 binaryen toolchain download URL
2 years ago
Philipp Krüger
5080097b39
Fix macos install target path
2 years ago
Philipp Krüger
c8ed786590
Make x86 32bit an unsupported installation target
2 years ago
Philipp Krüger
cf7a5a0c55
Fix binaryen toolchain URL
2 years ago
Jesper Håkansson
10f30be713
Merge pull request #1170 from nnelgxorz/add-linux-arm64-support-to-npm-package
...
Add Linux arm64 support
3 years ago
GlennBecker
cf28908c78
Add Linux arm64 support
3 years ago
Demur Rumed
922967d884
Pass --enable-reference-types to wasm-opt
3 years ago
Demur Rumed
42a6aaa152
Pass through --weak-refs --reference-types flags to bindgen
3 years ago
avery
0b0d510170
fix: adds back run.js to npm installer
3 years ago
Jesper Håkansson
e7d57690b4
Merge pull request #1066 from lhjt/patch-1
...
fix(typo): considerations.md
3 years ago
Jesper Håkansson
da5a409659
Merge pull request #1122 from omninonsense/master
...
Add suppot for more platforms to installer script
3 years ago
Jesper Håkansson
e925ca96c9
Merge pull request #1142 from dallasbrittany/patch-1
...
Update non-rustup-setups.md
3 years ago
Jesper Håkansson
38a9a41225
Merge pull request #1117 from egfx-notifications/feature/support-deno-target
...
Make Deno target available
3 years ago
Jesper Håkansson
75c4d51536
Merge pull request #1130 from rustwasm/avery/updates-binary-install
...
chore: updates binary-install to v1.0.1
3 years ago
Jesper Håkansson
74fac7962e
Merge pull request #1136 from MichaelMauderer/bump-wasm-opt-to-108
...
Bump `wasm-opt` to version 108.
3 years ago
Jesper Håkansson
23da178499
Merge pull request #1148 from rustwasm/0.10.3
...
0.10.3
3 years ago