Martin Kavík
a39a278220
fix(command_test): stamps.rs check driver once per day, update RELEASE_CHECKLIST
6 years ago
Martin Kavík
2facd17653
fix(command_test): select correct webdriver version
6 years ago
ashley williams
439e523192
Merge pull request #690 from Tarnadas/master
...
feat(publish): dist tag option
6 years ago
ashley williams
6abaf0434c
Merge pull request #693 from rustwasm/check-license-file
...
fix(license): don't warn if license-file is present
6 years ago
Ashley Williams
f37d46a79e
fix(license): don't warn if license-file is present
6 years ago
Mario Reder
090d90bb76
feat(publish): dist tag option
6 years ago
Alex Crichton
52e7539590
Merge pull request #682 from rustwasm/straggler-browser-instance
...
feat(bindgen): update to --target flag interface
6 years ago
Ashley Williams
a93f2713d8
fix(style): appease cargo fmt
6 years ago
Ashley Williams
229de51270
feat(build_target): impl display
6 years ago
Ashley Williams
f9ec18d783
feat(bindgen): update to --target flag interface
6 years ago
ashley williams
3793ec2d7b
Merge pull request #625 from alexcrichton/wasm-opt
...
Add support for automatically executing `wasm-opt`
6 years ago
ashley williams
57bdb3f798
Merge branch 'master' into wasm-opt
6 years ago
Alex Crichton
2a7e6ac9ea
Merge pull request #684 from rustwasm/gameldar-627-bindgen-version-error
...
check wasm-bindgen version if running with target web
6 years ago
ashley williams
9a2722d411
Merge pull request #680 from rustwasm/rhysd-fix-side-effects
...
#649 without the test update commit
6 years ago
rhysd
5a58e8e683
Fix sideEffects value in generated package.json should be empty
6 years ago
Ashley Williams
032c9f4cbd
feat(bindgen): check wasm-bindgen cli version when running target web
6 years ago
Ashley Williams
22a63ea86f
feat(install): break out get cli version function
6 years ago
Ashley Williams
c293720fe1
feat(bindgen): use version check function from install
6 years ago
Ashley Williams
4e255675f0
fix(clippy): remove unnecessary return
6 years ago
Ashley Williams
af03d1d3e2
fix(bindgen): remove unused import
6 years ago
Ashley Williams
c65e1ecc3d
test(bindgen): remember how versions in cargo.toml work
6 years ago
Ashley Williams
b72048b8c7
feat(bindgen): check that wasm-bindgen versions match, with dummy data
6 years ago
Ashley Williams
a3541196c7
feat(bidngen): we don't need to read stdout to know it will fail
6 years ago
Ashley Williams
fdde7291ca
test(bindgen): add test.. which passes but shouldn't
6 years ago
ashley williams
c2563eee0a
Merge pull request #683 from fitzgen/move-assertions
...
test: Ensure that `wasm-bindgen` will generate move assertions
6 years ago
Ashley Williams
5b043251b5
Merge branch '627-bindgen-version-error' of https://github.com/gameldar/wasm-pack into gameldar-627-bindgen-version-error
6 years ago
Nick Fitzgerald
aa22396c7e
test: Ensure that `wasm-bindgen` will generate move assertions
...
`wasm-bindgen` regressed and only generates move assertions for free functions,
not methods. While `wasm-bindgen` is fixing that regression, we are changing
this test fixture to be of the shape that will still generate move assertions.
Fixes #677 .
6 years ago
ashley williams
1be5e91ce3
Merge pull request #678 from rustwasm/ibaryshnikov-master
...
#640 minus changelog
6 years ago
ashley williams
127c72a427
Merge pull request #624 from gameldar/master
...
Recurse up the path looking for the Cargo.toml
6 years ago
ibaryshnikov
788fca0f67
updated help message, replaced 'browser' with 'bundler'
6 years ago
ashley williams
398c8c7866
Merge pull request #670 from ThomasdenH/master
...
Update cargo_metadata to 0.8.0
6 years ago
ashley williams
4ad207c61f
Merge pull request #673 from jb2martel/master
...
Update README.md: fix broken url, update "generate"command name to "new"
6 years ago
jb2martel
7a948c234f
Update README.md
...
Fix broken url , update generate command name to "new"
6 years ago
Thomas
cd91478a52
Update cargo_metadata to 0.8.0
6 years ago
ashley williams
f4779bef45
Merge pull request #664 from data-pup/update-pr-template
...
update rustfmt install snippet in pull request template
6 years ago
data-pup
cca6960292
update rustfmt install snippet in pull request template
6 years ago
ashley williams
a267075be8
Merge pull request #623 from rustwasm/generate
...
generate
6 years ago
ashley williams
95a4e30d09
Merge pull request #658 from drager/add-user-agent
...
fix: Add user agent for wasm-pack version check
6 years ago
Nick Fitzgerald
30a95a42f1
Merge pull request #662 from perlun/patch-1
...
README.md: fix typo
6 years ago
Per Lundberg
4d87d1fbe5
README.md: fix typo
6 years ago
Nick Fitzgerald
30300183fd
Merge pull request #656 from fitzgen/readme-header
...
Add the standard WG header to the README
6 years ago
Jesper Håkansson
bd3dec1c59
fix: Add user agent for wasm-pack version check
6 years ago
Nick Fitzgerald
0ebef20175
Add the standard WG header to the README
6 years ago
Ashley Williams
8407a1dc18
fix(lint): ignore redundant closures
6 years ago
Ashley Williams
b96538ec23
fix(lint): re-enable clippy, fix lints
6 years ago
Ashley Williams
d6baf439b7
feat(command): add generate command
6 years ago
Kirk Turner
e880a33408
Recurse up the path looking for the Cargo.toml
...
* Renamed set_crate_path to get_crate_path
* If the path isn't specified in the call then use the current_dir and walk up the path try to find the manifest file.
* Specify the cwd for the build test so it doesn't walk up the path. The test needs to specify the path to build, otherwise because fixtures are run in a subdirectory of the source tree it will find the Cargo.toml from the wasm-pack source repository.
6 years ago
Kirk Turner
64f835c0f2
Get the wasm-bindgen version and display it in the error message
6 years ago
ashley williams
4976003e07
Merge pull request #635 from drager/fix-link
...
doc(readme): Remove obsolete link
6 years ago
Jesper Håkansson
510719812c
doc(readme): Remove obsolete link
6 years ago