ashley williams
460dade1df
Merge pull request #175 from ashleygwilliams/FreeMasen-master
...
Add nightly toolchain to commands
7 years ago
Robert Masen
5e8f723665
Add nightly toolchain to commands
7 years ago
ashley williams
0c8c90ab14
Merge pull request #151 from kohensu/add_--skip-build_flag_#144
...
Add --skip-build flag for init command #144
7 years ago
kohensu
74fe847f77
Add test of --skip-build
7 years ago
kohensu
365813e96e
Add doc for --skip-build
7 years ago
kohensu
09046aa40b
Add --skip-build flag for init command
...
This flag skips:
adding target
compiling to wasm
installing wasm-bindgen
running wasm-bindgen
7 years ago
ashley williams
06160a1edb
Merge pull request #167 from ashleygwilliams/robertohuertasm-feature-wasm-bindgen-detection
...
Robertohuertasm feature wasm bindgen detection
7 years ago
Ashley Williams
2100c153d2
fix(style): appease cargo fmt
7 years ago
ashley williams
f449346416
Merge branch 'master' into feature-wasm-bindgen-detection
7 years ago
ashley williams
11908d700f
Merge pull request #150 from kedromelon/cdylib-check
...
check that crate type includes cdylib
7 years ago
ashley williams
d9fdd631e8
Merge pull request #127 from clanehin/master
...
Add a --debug option to suppress cargo build --release.
7 years ago
ashley williams
53d6641d33
Merge pull request #155 from ashleygwilliams/readme-redo
...
doc(readme): clean up readme and move some stuff to docs dir
7 years ago
Ashley Williams
0cb28e7e06
doc(readme): clean up readme and move some stuff to docs dir
7 years ago
Roberto Huertas
92b18f05bb
feat(wasm_bindgen): checks wasm-bindgen declaration in Cargo.toml
7 years ago
ashley williams
0cab05d6c1
Merge pull request #156 from spacekookie/bump-human-panic
...
Bumping human-panic to 1.0.0
7 years ago
Christopher Lane Hinson
b393e4b6c2
Add warning about --debug flag in documentation.
7 years ago
Christopher Lane Hinson
e3c251b6d8
Documentation for --debug flag.
7 years ago
Christopher Lane Hinson
fb4c8e2731
Add a --debug option to suppress --release.
7 years ago
Katharina Fey
efa965f02a
Bumping human-panic to 1.0.0
7 years ago
Noah Lemen
2cb292164c
change crate config error naming, improve error message content
7 years ago
Noah Lemen
ee29ab2a76
refactor `has_cdylib` and return `Result<bool, Error>`, use serde renaming
7 years ago
Noah Lemen
cad30f42ce
check that crate type includes cdylib
7 years ago
ashley williams
1d946d6a19
Merge pull request #149 from TomasHubelbauer/patch-1
...
Add WASM to Cargo categories
7 years ago
Tomáš Hübelbauer
46cbceef44
Add WASM to Cargo categories
7 years ago
ashley williams
1c33879c7e
Merge pull request #143 from ashleygwilliams/0.3.1
...
v0.3.1
7 years ago
Ashley Williams
1d2fa20ae8
v0.3.1
7 years ago
Ashley Williams
8801f15377
fix(deps): update cargo lock
7 years ago
ashley williams
50bd37706d
Merge pull request #139 from ashleygwilliams/fix-bug
...
fix(logger): if no path, append wasm-pack.log to current dir
7 years ago
Ashley Williams
d80a9dcf1b
fix(logger): if no path, append wasm-pack.log to current dir
7 years ago
ashley williams
296d6859f2
Merge pull request #138 from danreeves/publish-d-ts
...
Add the TypeScript definition to the published files
7 years ago
Dan Reeves
953cf738f0
add the typescript definition to the published files
7 years ago
ashley williams
c46be0f815
Merge pull request #135 from ashleygwilliams/0.3.0
...
v0.3.0
7 years ago
Ashley Williams
9674d7cf8e
v0.3.0
7 years ago
Ashley Williams
0217136c7a
fix(deploy): fix travis deploy
7 years ago
ashley williams
8f2682a3ee
Merge pull request #134 from mgattozzi/logging
...
Logging
7 years ago
Michael Gattozzi
970a32dcdf
feat(log): Log information as program runs
...
This commit does a few things:
- Sets up the ability to log information based off log level
- Figures out where to log the file
- Starts logging information in the program
As this is a first pass the logging is good enough to know where things
went wrong, but we can expand on this in the future to log many many
things. We just now have an initial implementation. The log is written
out to a file that can be read by the user if they pass in -v, -vv, etc.
where each v is an extra level of logging.
7 years ago
Michael Gattozzi
97966847b4
fix(test): Remove lock/update wasm-bindgen
...
This does a few things, remove Cargo.lock from tracking to make sure
when compiled the newest version is used in a fresh repo. Testing on
one's own will require running an 'rm tests/fixtures/*/Cargo.lock' if
wanting to bump to the newest version of wasm-bindgen. This also sets
all tests to use the latest version of wasm-bindgen in 0.2. This shows
that we support that version (0.2.x) but bumping it to 0.3 means we've
opted for that kind of change, but for now it's not been bumped to that.
7 years ago
Michael Gattozzi
28c95363fc
Merge pull request #133 from ashleygwilliams/use-the-force
...
feat(bindgen): use --force
7 years ago
Ashley Williams
64636fe88b
feat(bindgen): use --force
7 years ago
Michael Gattozzi
b4c25b2ab7
Merge pull request #132 from ashleygwilliams/djfarly-nodejs-flag
...
Djfarly nodejs flag
7 years ago
Ashley Williams
db37920f04
doc(target): document target flag
7 years ago
Jan Willem Henckel
fa77bb5d9d
use target flag with browser and nodejs values
7 years ago
Jan Willem Henckel
7f8740a394
pass nodejs flag to bindgen
7 years ago
Jan Willem Henckel
df5ccbf301
add --nodejs flag to init command
7 years ago
ashley williams
7a29377c35
Merge pull request #131 from mgattozzi/quicli-remove-it
...
feat(remove quicli dependency)
7 years ago
Michael Gattozzi
838c96c044
feat(remove quicli dependency)
...
Remove quicli from the code base. It's a fantastic library to get
started, but in order to implement logging as well as just maintaining
the library in general it was easier to remove it and continue work
without it. While we were going to remove it in 0.4 we found it easier
to remove now to implement logging.
7 years ago
Michael Gattozzi
edfae10613
Merge pull request #128 from djfarly/travis-rustfmt
...
Update Travis' rustfmt arguments
7 years ago
Jan Willem Henckel
45e77a38d3
remove write mode from travis' rustfmt
7 years ago
ashley williams
8102538f3d
Merge pull request #109 from kwonoj/feat-typescript-bindgen
...
feat(command): expose --no-typescript option to init command
7 years ago
ashley williams
97d5a04845
Merge pull request #121 from data-pup/remove-not-implemented-flags
...
Removed 'NOT IMPLEMENTED' flags from commands that are now implemented.
7 years ago