Paul Lange
4ea2a23716
feat: allow bindgen-cli --split-linked-modules #1092
12 months ago
Jesper Håkansson
24bdca457a
0.13.1
12 months ago
jjy
eaf32bbd12
Requests using proxy settings from ENV
1 year ago
Marius van Niekerk
cff7f802d0
fmt
1 year ago
Marius van Niekerk
b9c845a63b
fixup
1 year ago
Marius van Niekerk
650936bbdd
Remove unmaintained dependency atty in favor of stdlib
1 year ago
Rafael Beckel
60e18c1538
implements custom build profile
...
solves https://github.com/rustwasm/wasm-pack/issues/1111
1 year ago
Arhan Chaudhary
6f3339352b
chore: Note to update docs wasm-opt version
1 year ago
Jesper Håkansson
cbe074a607
0.13.0
1 year ago
ahaoboy
d6d83777e6
fix: optimize out-dir display
1 year ago
Esteban Borai
e885bc6dff
feat(webdriver): support geckodriver for `linux-aarch64`
1 year ago
Daniel Iisak Mikael Kristiansson
e4d5466936
fix assumption in prior commit
1 year ago
Daniel Iisak Mikael Kristiansson
4059310b96
fix prior commit
1 year ago
Daniel Iisak Mikael Kristiansson
fde85de5a6
add linux aarch64 to targets; bump binaryen vers.
1 year ago
Kade
e0db57ab02
fix: update chromedriver download URL
1 year ago
Daniel Rönnkvist
95cb35c832
pkg-dir option for pack and publish commands
...
To be able to use these commands when the output directory option to the
build command isn't the default pkg.
Resolves #1369
2 years ago
sigmaSd
40de622522
chore: document deno in build target
2 years ago
Charles Lanahan
dde4b47e87
Rewrite wasm_target to use target-libdir
...
Rewritten wasm_target to use target libdir from the rustc tool rather
than looking through sysroot. This is to accomodate non-rustup
installations.
2 years ago
Daniel Faust
5d46fa84e6
Fix passing relative paths to cargo
...
Fixes #704 , #1156 , #1252
2 years ago
Myriad-Dreamin
49c1e93f7d
Select correct target for chromedriver
2 years ago
Myriad-Dreamin
fc220e8afb
Use new endpoints for chromedriver
2 years ago
Sören
a079a63590
Add option to skip optimization with wasm-opt
2 years ago
Myriad-Dreamin
e1f5dfe50c
Fix value parser for `Option<PathBuf>`
2 years ago
Lynn
91870e497d
Restore --version command
2 years ago
Jesper Håkansson
0392d4003e
0.12.0
2 years ago
Heath Stewart
a0b7a52843
Respect package.readme in Cargo.toml
...
Fixes #1215 by honoring how package.readme is authored in Cargo.toml, if authored. This could be a path or a boolean to disable searching for the path.
Also fixes the existing `it_copies_a_readme_provided_path` test which was an exact copy - just with fewer empty lines - of `it_copies_a_readme_default_path` and wasn't honoring any authored path since there was no way to get the authored path.
2 years ago
Jesper Håkansson
673bc296fc
chore: Run cargo fmt
2 years ago
Jesper Håkansson
927e716b87
Revert "Respect package.readme in Cargo.toml"
...
This reverts commit 22d6d728d0
.
2 years ago
Muhammad Hamza
0dbe045fe7
update other deps as well
2 years ago
Muhammad Hamza
73e059f754
update to clap 4 from structopt
2 years ago
Heath Stewart
22d6d728d0
Respect package.readme in Cargo.toml
...
Fixes #1215 by honoring how package.readme is authored in Cargo.toml, if authored. This could be a path or a boolean to disable searching for the path.
Also fixes the existing `it_copies_a_readme_provided_path` test which was an exact copy - just with fewer empty lines - of `it_copies_a_readme_default_path` and wasn't honoring any authored path since there was no way to get the authored path.
2 years ago
Tomas Olvecky
75e61d4ce2
Fix getting the target-dir in wasm_bindgen_build
...
Fixes #1278
2 years ago
Muhammad Hamza
624ed91ec5
alias no-pack with no-package
2 years ago
Muhammad Hamza
33856b04f2
Replace curl with ureq
...
The HTTP client is now pure Rust
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
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
bec632240a
0.11.1
2 years ago
Matthias Geihs
9069ef4c85
Add option: omit_default_module_path
3 years ago
Sven Kanoldt
aa1815c7c6
fix: bump cargo-generate version to 0.18.2
3 years ago
Liam Murphy
f8783c0af0
Fix usage of locally installed `wasm-opt`
...
Fixes #1247 .
3 years ago
Jesper Håkansson
b7a0ae81f6
0.11.0
3 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 .
3 years ago
Dirk Stolle
a352c19f6b
Fix some typos
3 years ago
printfn
bf74de1560
Add support for workspace inheritance
3 years ago
printfn
b9b38890cf
Update to Rust 2021
3 years ago
printfn
034c1036c2
Bump binaryen to version 111
3 years ago
printfn
9a3c7cd9d5
Use prebuilt cargo-generate binary on aarch64-macos
3 years ago