printfn
6ca10193d4
Update dependencies
3 years ago
printfn
ebdaea8150
Bump binaryen version to 110
3 years ago
printfn
30f2b0a262
Correctly download libbinaryen.dylib on macos
3 years ago
printfn
f73b53c5ab
Switch from failure to anyhow
3 years ago
Philipp Krüger
bda7743942
Apply patches from @printfn
3 years ago
Philipp Krüger
0d39cced6b
Test URL-building matrix
3 years ago
Philipp Krüger
a0074b8893
Fix windows x86_64 binaryen toolchain download URL
3 years ago
Philipp Krüger
5080097b39
Fix macos install target path
3 years ago
Philipp Krüger
c8ed786590
Make x86 32bit an unsupported installation target
3 years ago
Philipp Krüger
cf7a5a0c55
Fix binaryen toolchain URL
3 years ago
Demur Rumed
922967d884
Pass --enable-reference-types to wasm-opt
3 years ago
Demur Rumed
42a6aaa152
Pass through --weak-refs --reference-types flags to bindgen
3 years ago
Jesper Håkansson
961da162a7
0.10.3
3 years ago
Florian Schwalm
dee3614a48
Make Deno target available
3 years ago
Michael Mauderer
059fb9a386
Update mod.rs
3 years ago
main()
11ef667f6f
Clean up package.json from previous runs
...
Else wasm-pack crashes trying to read its own (old) file
4 years ago
huntc
af8eb33842
Do not remove the pkg directory
...
A recent commit ensured that the pkg directory was removed as the first step of creating it. Unfortunately, this causes a problem for tools such as webpack when watching the pkg directory. In the case of webpack, it is unable to recover its watching and so any watch server must be restarted, consuming the developer's time.
4 years ago
Jesper Håkansson
c8944e3e96
0.10.2
4 years ago
Dominic Elm
713868b204
feat: add support for macos aarch64
4 years ago
Sven Assmann
84124ee8ec
fix( #1076 ): `--target-dir` as extra option is now considered as expected
4 years ago
Gunnlaugur Þór Briem
70be9d3dde
refactor: rename type_ to ty in ESModulesPackage
...
I noticed that this specific evasion of the "type" keyword is already used in
utils::manifest::NpmPackage in the tests, so just match that.
4 years ago
Gunnlaugur Þór Briem
c5298f10a2
fix: declare ES module in package.json
...
In bundler mode, generate the package.json with "type": "module" and use the
"main" attribute instead of the "module" attribute.
This change makes the built ES module palatable to node in
--experimental-wasm-modules mode as well as to webpack as illustrated in
https://github.com/webpack/webpack/pull/14313
4 years ago
Jubilee Young
69c5624b17
fix: remove needless clones, borrows
4 years ago
Jubilee Young
8aaef72af0
fix: mem::take TODO
4 years ago
Jubilee Young
e5e5b1eba1
fix: typos in comments
4 years ago
Frederic Kettelhoit
dafc83d49d
Only parse first build argument as path if it does not start with hyphens
4 years ago
Frederic Kettelhoit
ca1f6d838c
Use same syntax for extra arguments as wasm-pack test
4 years ago
Joao Neves
d79e72189c
Implements RFC 8, fixing #606
4 years ago
Jesper Håkansson
8d1ea111ea
0.10.0
4 years ago
Jesper Håkansson
b183a4c0cf
fix: Use v0.24.0 of geckodriver
4 years ago
Azriel Hoh
7a7abf934e
Parse path and extra options together, then split them after.
...
This allows `wasm-pack` to have the same command line interface as
`cargo` to pass through options such as `--no-default-features`.
4 years ago
Azriel Hoh
f4f6588595
Document why we use `AppSettings`.
4 years ago
Azriel Hoh
b75773a2fe
Use `--manifest-path` for `Cargo.toml`, and modify `AppSettings`.
...
This allows the extra arguments to be forwarded through to `cargo`
without requiring `--` beforehand.
4 years ago
Azriel Hoh
d1cd431a51
Don't pass through test filter to `cargo build`.
4 years ago
Azriel Hoh
23452046ec
Passes `extra_options` to `cargo build --tests` when running `wasm-pack test`.
...
Issue #698
4 years ago
Brady Joslin
d80aeaf901
fix prebuilt binary install
5 years ago
Brady Joslin
dbf45dfbd1
fix-cargo-generate-installation
5 years ago
Brennon Loveless
fee0938c34
Feel better to explictly declare the arms instead of using a match all
5 years ago
Brennon Loveless
f66d321ba9
First look in the local path for the wasm-opt binary. Use whatever binary is found and assume it works
5 years ago
brightly-salty
662821aaac
Revert "Update all dependencies"
...
This reverts commit 87b9a7de21
.
5 years ago
brightly-salty
87b9a7de21
Update all dependencies
...
I ran `cargo upgrade` (cargo-edit crate) to update all dependencies
5 years ago
lucashorward
06ba9802e9
Made changes according to comment
6 years ago
lucashorward
5039905fe4
Improved setup
6 years ago
lucashorward
bad4282fc5
Working but may need changes
6 years ago
lucashorward
f444b64e1e
Added keywords
6 years ago
0xd4d
6c0c144435
Find the main package if multiple packages have the same name
6 years ago
Thomas Graviou
0535422605
Fix logs for uniformity
6 years ago
Ashley Williams
f0f058098d
feat(install): wasm-opt binaries add new conditional target logic
6 years ago
Ashley Williams
649bfabd26
feat(wasm-opt): bump to version_90
6 years ago
Ashley Williams
5218be592c
refactor(tool): wasm-opt is a tool variant
6 years ago