Muhammad Hamza
0c245183c0
remove reqwest from dev-deps
...
also regenerate lockfile to remove curl and friends from Cargo.lock
2 years ago
Muhammad Hamza
4e3b02ac91
rm missing feature from cargo test
2 years ago
Muhammad Hamza
624ed91ec5
alias no-pack with no-package
2 years ago
Muhammad Hamza
72f16aa2d4
Merge remote-tracking branch 'upstream/no-pack' into no-package
...
# Conflicts:
# src/command/build.rs
2 years ago
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
Esteban Borai
63b7501fd1
fix: missing reference
2 years ago
Esteban Borai
819ae333d2
fix: removes `--always-auth` from `npm login`
...
`npm login` doesn't support `--always-auth` anymore, instead
it is under the [`adduser` subcommand][1].
[1]: https://docs.npmjs.com/cli/v6/commands/npm-adduser#always-auth
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
Dirk Stolle
71d3d298fc
Replace unmaintained actions-rs/toolchain action in CI workflows
...
Basically all of the `actions-rs/*` actions are unmaintained. See
<https://github.com/actions-rs/toolchain/issues/216 > for more
information. Due to their age they generate several warnings in
CI runs.
To get rid of those warnings the occurrences of
`actions-rs/toolchain` are replaced by `dtolnay/rust-toolchain`.
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
Matthias Geihs
9069ef4c85
Add option: omit_default_module_path
2 years ago
Sven Kanoldt
aa1815c7c6
fix: bump cargo-generate version to 0.18.2
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
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
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