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
Jesper Håkansson
961da162a7
0.10.3
3 years ago
Florian Schwalm
dee3614a48
Make Deno target available
3 years ago
Jesper Håkansson
9505916db5
Merge pull request #1144 from nasso/master
...
Use `bash` to create release tarballs
3 years ago
Jesper Håkansson
da888da97c
Merge pull request #1146 from rustwasm/dependabot/cargo/openssl-src-111.20.01.1.1o
...
chore(deps): bump openssl-src from 111.17.0+1.1.1m to 111.20.0+1.1.1o
3 years ago
Jesper Håkansson
61bb43615c
Merge pull request #1147 from rustwasm/dependabot/cargo/regex-1.5.6
...
chore(deps): bump regex from 1.5.4 to 1.5.6
3 years ago
Jesper Håkansson
6e98d9e9ee
Merge pull request #1119 from main--/master
...
Clean up package.json from previous runs
3 years ago
dependabot[bot]
e6981ec456
chore(deps): bump regex from 1.5.4 to 1.5.6
...
Bumps [regex](https://github.com/rust-lang/regex ) from 1.5.4 to 1.5.6.
- [Release notes](https://github.com/rust-lang/regex/releases )
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/regex/compare/1.5.4...1.5.6 )
---
updated-dependencies:
- dependency-name: regex
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
dependabot[bot]
acf90abda8
chore(deps): bump openssl-src from 111.17.0+1.1.1m to 111.20.0+1.1.1o
...
Bumps [openssl-src](https://github.com/alexcrichton/openssl-src-rs ) from 111.17.0+1.1.1m to 111.20.0+1.1.1o.
- [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>
3 years ago
nasso
72ced8198b
Update release.yml
3 years ago
Julian Rosse
4e0fd291e5
small fixes
3 years ago
Dallas
6c1fc85954
Update non-rustup-setups.md
3 years ago
Michael Mauderer
059fb9a386
Update mod.rs
3 years ago
Avery Harnish
acf6a96f88
chore: adds run.js back
3 years ago
Avery Harnish
e050e6ff8d
chore: updates binary-install to v1.0.0
3 years ago
Nino
2a36a1b999
Add suppot for more platforms to installer script
3 years ago
main()
11ef667f6f
Clean up package.json from previous runs
...
Else wasm-pack crashes trying to read its own (old) file
3 years ago
Jesper Håkansson
4ae6306570
Merge pull request #1110 from huntc/no-remove-dir
...
Do not remove the pkg directory
3 years ago
huntc
af8eb33842
Do not remove the pkg directory
...
A recent commit ensured that the pkg directory was removed as the first step of creating it. Unfortunately, this causes a problem for tools such as webpack when watching the pkg directory. In the case of webpack, it is unable to recover its watching and so any watch server must be restarted, consuming the developer's time.
3 years ago
Jesper Håkansson
1dc41bc097
Merge pull request #1095 from drager/0.10.2
...
0.10.2
3 years ago
Jesper Håkansson
c8944e3e96
0.10.2
3 years ago
Jesper Håkansson
c5461f1870
Merge pull request #1094 from drager/force-axios-version
...
Force axios version
3 years ago
Jesper Håkansson
e49a1aa8da
fix: Lock axios version to 0.21.2
3 years ago
Jesper Håkansson
e12f6f7022
Merge branch 'master' of github.com:rustwasm/wasm-pack
3 years ago
Jesper Håkansson
cf757fc60a
Merge pull request #1073 from FrankenApps/patch-1
...
Update docs for how to pass extra options to cargo.
3 years ago
Jesper Håkansson
5eb3dffdf5
Merge pull request #1088 from d3lm/feat/support-aarch64
...
feat: add support for macos aarch64
3 years ago
Dominic Elm
08825f2011
fix: add support for arm64 when using npm
3 years ago
Dominic Elm
713868b204
feat: add support for macos aarch64
3 years ago
Markus Stange
35bd2bac12
Replace two mentions of `wasm-pack init` with `wasm-pack build` in the docs.
3 years ago
Sven Assmann
84124ee8ec
fix( #1076 ): `--target-dir` as extra option is now considered as expected
3 years ago
Fichtelcoder
a8da03cf01
Fix #1059 .
...
This is the correct way to pass extra arguments, such as features to cargo.
4 years ago
Gunnlaugur Þór Briem
4ca0f02dae
test: update new test to expect main instead of module
...
Update test case that landed after this PR was created, in
https://github.com/rustwasm/wasm-pack/pull/1061 , to expect main attribute in
package.json instead of module attribute.
4 years ago
Gunnlaugur Þór Briem
42c8e48f7c
Merge remote-tracking branch 'origin/master' into esm-type-and-main-in-package-json
4 years ago
Jared L
9edf766959
fix(typo): considerations.md
4 years ago
Jesper Håkansson
ae10c23cc1
Merge pull request #986 from jpgneves/implement-rfc-8
...
Implements RFC 8, fixing #606
4 years ago
Jesper Håkansson
68e6de2f82
Merge pull request #1065 from nacardin/arm64
...
Add linux/arm64 to release workflow
4 years ago
Nick Cardin
d1d40f9954
use download-artifact@v2
4 years ago
Nick Cardin
89f73e338a
fix windows
4 years ago
Nick Cardin
a2cc5f577c
update gcc
4 years ago
Nick Cardin
ce69931d7c
set cflags
4 years ago
Nick Cardin
d8a4964300
set arm linker
4 years ago
Nick Cardin
28abdfb292
add libc6-dev-arm64-cross
4 years ago
Nick Cardin
c139f6d8c6
set TARGET_CC
4 years ago
Nick Cardin
3737ed523e
add gcc for aarch64
4 years ago
Nick Cardin
8d2e4baf6e
remove env from matrix
4 years ago