Muhammad Hamza
33856b04f2
Replace curl with ureq
...
The HTTP client is now pure Rust
2 years ago
Jesper Håkansson
cea88f0c9d
Merge pull request #1285 from LeviticusNelson/master
...
Add HTTP header USER-AGENT
2 years ago
Jesper Håkansson
081861b10e
Merge pull request #1287 from rustwasm/dependabot/npm_and_yarn/npm/minimatch-3.1.2
...
chore(deps): bump minimatch from 3.0.4 to 3.1.2 in /npm
2 years ago
dependabot[bot]
060ae9a3d2
chore(deps): bump minimatch from 3.0.4 to 3.1.2 in /npm
...
Bumps [minimatch](https://github.com/isaacs/minimatch ) from 3.0.4 to 3.1.2.
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md )
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2 )
---
updated-dependencies:
- dependency-name: minimatch
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Levi Nelson
212c0d0a48
add package version to header
2 years ago
Levi Nelson
65c9070c2d
revert change for var
2 years ago
Levi Nelson
84b9821bd8
added USER-AGENT header for http GET request
2 years ago
Jesper Håkansson
9aff8619f9
Merge pull request #1284 from rustwasm/0.11.1
...
0.11.1
2 years ago
Jesper Håkansson
bec632240a
0.11.1
2 years ago
Jesper Håkansson
48177dc0d7
Merge pull request #1257 from Liamolucko/fix-wasm-opt
...
Fix discovery of locally installed `wasm-opt`
2 years ago
Jesper Håkansson
50f6c043ba
Merge pull request #1254 from rustwasm/dependabot/cargo/openssl-0.10.48
...
chore(deps): bump openssl from 0.10.46 to 0.10.48
2 years ago
Jesper Håkansson
d136b043ca
Merge pull request #1250 from ahippler/master
...
fix: wasm-pack bin script entry
2 years ago
Liam Murphy
f8783c0af0
Fix usage of locally installed `wasm-opt`
...
Fixes #1247 .
2 years ago
dependabot[bot]
f83233e779
chore(deps): bump openssl from 0.10.46 to 0.10.48
...
Bumps [openssl](https://github.com/sfackler/rust-openssl ) from 0.10.46 to 0.10.48.
- [Release notes](https://github.com/sfackler/rust-openssl/releases )
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.46...openssl-v0.10.48 )
---
updated-dependencies:
- dependency-name: openssl
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Andreas Hippler
85fdb95b08
fix: wasm-pack bin script entry
2 years ago
Jesper Håkansson
d5cb84e3e8
Merge pull request #1244 from rustwasm/0.11.0
...
0.11.0
2 years ago
Jesper Håkansson
b7a0ae81f6
0.11.0
2 years ago
Jesper Håkansson
c250dc92c1
Merge pull request #1243 from rustwasm/dependabot/npm_and_yarn/npm/minimatch-3.1.2
...
chore(deps): bump minimatch from 3.0.4 to 3.1.2 in /npm
2 years ago
Jesper Håkansson
73e7c3d421
Merge pull request #1223 from striezel-stash/github-pages-deploy-action-update
...
Update JamesIves/github-pages-deploy-action in GHA workflow to v4.4.1
2 years ago
dependabot[bot]
e4daad1044
chore(deps): bump minimatch from 3.0.4 to 3.1.2 in /npm
...
Bumps [minimatch](https://github.com/isaacs/minimatch ) from 3.0.4 to 3.1.2.
- [Release notes](https://github.com/isaacs/minimatch/releases )
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md )
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2 )
---
updated-dependencies:
- dependency-name: minimatch
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Jesper Håkansson
27e8c770e8
Merge pull request #1222 from striezel-stash/actions-cache-update
...
Update actions/cache in GitHub Actions workflows to v3
2 years ago
Jesper Håkansson
3a9e55f93c
Merge pull request #1221 from striezel-stash/actions-checkout-update
...
Update actions/checkout in GitHub Actions workflows to v3
2 years ago
Jesper Håkansson
777e8ca6ff
Merge pull request #1224 from Liamolucko/side-effects
...
Mark snippets and the bundler target's main file as having side effects
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
Liam Murphy
ad1778031f
Mark snippets and the bundler target's main file as having side effects
...
This is a less extreme version of #1208 , which only marks snippets and the main file on the bundler target as having side effects instead of all files.
This means that the shim file which contains the vast majority of the JS code is still properly marked as having no side effects, allowing bundlers to get rid of things like unused `new TextEncoder` calls which could theoretically have side effects but don't.
Fixes #972 .
2 years ago
Dirk Stolle
4f132ff70d
Update JamesIves/github-pages-deploy-action in GHA workflow to v4.4.1
2 years ago
Dirk Stolle
a61a6bc64e
Update actions/cache in GitHub Actions workflows to v3
2 years ago
Dirk Stolle
0fea409bb4
Update actions/checkout in GitHub Actions workflows to v3
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