Paul Lange
|
4ea2a23716
|
feat: allow bindgen-cli --split-linked-modules #1092
|
6 months ago |
Jesper Håkansson
|
513feba51b
|
Merge pull request #1428 from rafaelbeckel/master
feat: Implements custom build profile (closes #1111)
|
6 months ago |
Jesper Håkansson
|
0227505a08
|
Merge pull request #1440 from rustwasm/0.13.1
0.13.1
|
6 months ago |
Jesper Håkansson
|
24bdca457a
|
0.13.1
|
6 months ago |
Jesper Håkansson
|
7522a8cea6
|
Merge pull request #1429 from rustwasm/dependabot/github_actions/dot-github/workflows/actions/download-artifact-4.1.7
chore(deps): bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
|
6 months ago |
Jesper Håkansson
|
9a7d8f2a07
|
Merge pull request #1436 from mariusvniekerk/remove-atty
chore: Remove unmaintained dependency atty in favor of stdlib
|
6 months ago |
Jesper Håkansson
|
f177dd3dd3
|
Merge pull request #1439 from net/patch-1
fix: allow npm binary upgrades
|
6 months ago |
Net
|
f5c3554738
|
fix: allow npm binary upgrades
|
6 months ago |
Jesper Håkansson
|
c5f8e83f66
|
Merge pull request #1438 from jjyr/respect-env-proxy
Requests using proxy settings from ENV
|
6 months ago |
jjy
|
eaf32bbd12
|
Requests using proxy settings from ENV
|
7 months ago |
Marius van Niekerk
|
cff7f802d0
|
fmt
|
7 months ago |
Marius van Niekerk
|
b9c845a63b
|
fixup
|
7 months ago |
Marius van Niekerk
|
650936bbdd
|
Remove unmaintained dependency atty in favor of stdlib
|
7 months ago |
dependabot[bot]
|
e4879f2e97
|
chore(deps): bump actions/download-artifact in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v2...v4.1.7)
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
8 months ago |
Rafael Beckel
|
ad86c68093
|
removes unused lines from fixture
|
8 months ago |
Rafael Beckel
|
60e18c1538
|
implements custom build profile
solves https://github.com/rustwasm/wasm-pack/issues/1111
|
8 months ago |
Jesper Håkansson
|
62ab39cf82
|
Merge pull request #1407 from rustwasm/binary-install-update
chore: Update binary-install to v0.4.1
|
10 months ago |
Jesper Håkansson
|
132d934cb8
|
chore: Update binary-install to v0.4.1
|
10 months ago |
Jesper Håkansson
|
8f5126c228
|
Merge pull request #1401 from rustwasm/0.13.0
0.13.0
|
10 months ago |
Jesper Håkansson
|
cbe074a607
|
0.13.0
|
10 months ago |
Jesper Håkansson
|
490703b75b
|
test: Bump version for wasm-bindgen
|
10 months ago |
Jesper Håkansson
|
debee9bcdf
|
Merge pull request #1331 from dfaust/fix-target-dir
Fix passing relative paths to cargo
|
10 months ago |
Jesper Håkansson
|
d70be1ebbc
|
Merge pull request #1367 from josephrocca/patch-1
Add `--target web` to quick start build command
|
10 months ago |
Jesper Håkansson
|
a14c9f62a2
|
Merge pull request #1393 from dkristia/master
Implement wasm-opt linux aarch64 condition
|
10 months ago |
Jesper Håkansson
|
abe080f04a
|
Merge pull request #1396 from ahaoboy/master
fix: optimize out-dir display (close: #1395)
|
10 months ago |
Jesper Håkansson
|
bd94075763
|
Merge pull request #1371 from EstebanBorai/feat/geckodriver-linux-aarch64
feat(webdriver): support geckodriver for `linux-aarch64`
|
10 months ago |
ahaoboy
|
d6d83777e6
|
fix: optimize out-dir display
|
10 months ago |
Esteban Borai
|
e885bc6dff
|
feat(webdriver): support geckodriver for `linux-aarch64`
|
10 months ago |
Jesper Håkansson
|
92afcdbf1a
|
Merge pull request #1387 from SamuSoft/patch-1
Fix local navigation backing one step too far
|
10 months ago |
Jesper Håkansson
|
f10ebe93da
|
Merge pull request #1379 from rustwasm/dependabot/npm_and_yarn/npm/tar-6.2.1
chore(deps): bump tar from 6.1.11 to 6.2.1 in /npm
|
10 months ago |
dependabot[bot]
|
86e6c90015
|
chore(deps): bump tar from 6.1.11 to 6.2.1 in /npm
Bumps [tar](https://github.com/isaacs/node-tar) from 6.1.11 to 6.2.1.
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/node-tar/compare/v6.1.11...v6.2.1)
---
updated-dependencies:
- dependency-name: tar
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
10 months ago |
Jesper Håkansson
|
83138182bc
|
Merge pull request #1385 from rustwasm/dependabot/cargo/rustls-0.21.11
chore(deps): bump rustls from 0.21.9 to 0.21.11
|
10 months ago |
Jesper Håkansson
|
2e4c661d49
|
Merge pull request #1391 from kade-robertson/patch-1
fix: update chromedriver download URL, resolve test issues
|
10 months ago |
Kade Robertson
|
68e2688caf
|
ci: undo cachebust
|
11 months ago |
Daniel Iisak Mikael Kristiansson
|
e4d5466936
|
fix assumption in prior commit
|
11 months ago |
Daniel Iisak Mikael Kristiansson
|
4059310b96
|
fix prior commit
|
11 months ago |
Daniel Iisak Mikael Kristiansson
|
fde85de5a6
|
add linux aarch64 to targets; bump binaryen vers.
|
11 months ago |
Kade Robertson
|
d20c23d5b3
|
ci: cachebust
|
12 months ago |
Kade Robertson
|
9dd1f5b356
|
ci: install firefox on macos-latest
|
12 months ago |
Kade Robertson
|
4af3706c75
|
ci: use macos-13 github actions runner
|
12 months ago |
Kade Robertson
|
e441467cec
|
test: accept new finish message
|
12 months ago |
Kade
|
e0db57ab02
|
fix: update chromedriver download URL
|
12 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 |
dependabot[bot]
|
f1e109b7e3
|
chore(deps): bump rustls from 0.21.9 to 0.21.11
Bumps [rustls](https://github.com/rustls/rustls) from 0.21.9 to 0.21.11.
- [Release notes](https://github.com/rustls/rustls/releases)
- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rustls/rustls/compare/v/0.21.9...v/0.21.11)
---
updated-dependencies:
- dependency-name: rustls
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
1 year ago |
Jesper Håkansson
|
32aaecfb9b
|
Merge pull request #1348 from sigmaSd/patch-1
chore: document deno in build target
|
1 year ago |
Jesper Håkansson
|
8aa2e670d4
|
Merge pull request #1344 from puxiao/master
Docs: Add a description of `build --target deno`
|
1 year ago |
Jesper Håkansson
|
6a76f640c2
|
Merge pull request #1370 from Storykit/pack-and-publish-pkg-dir-option
pkg-dir option for pack and publish commands
|
1 year ago |
Jesper Håkansson
|
abc6078f51
|
Merge pull request #1321 from sisou/sisou/no-opt
Add option to skip optimization with wasm-opt
|
1 year ago |
Jesper Håkansson
|
e190fd66a2
|
Merge pull request #1363 from nathaniel-daniel/mingw
Add mingw support to npm package
|
1 year ago |
Jesper Håkansson
|
2d69319dff
|
Merge pull request #1368 from Lionelf329/patch-1
Fix typo in README.md
|
1 year ago |