Ashley Williams
80ac5b3509
v0.5.0
7 years ago
ashley williams
6ed5b00f5b
Merge pull request #367 from rustwasm/i-hope-u-know-what-ur-doing
...
feat(buildmode): allow --mode force to skip rustc check
7 years ago
Ashley Williams
66ffe1df96
fix(style): appease cargo fmt
7 years ago
Ashley Williams
d3f8264ef7
feat(buildmode): allow --mode force to skip rustc check
7 years ago
ashley williams
d5d3358ff3
Merge pull request #353 from rustwasm/rustc-version-check
...
feat(build): add rustc check
7 years ago
Ashley Williams
0c696e2289
fix(build): make rustc error msg a little better
7 years ago
Ashley Williams
edd7308221
fix(build): rustc check works now
7 years ago
Ashley Williams
631037197f
fix(build): rustc check emoji and fix
7 years ago
Ashley Williams
9d35377cd3
fix(build): fix and improve rustc check err msgs
7 years ago
Ashley Williams
f45322c76b
chore(deps): cargo update
7 years ago
Ashley Williams
183704f153
doc(rustc): add rustc version req to readme
7 years ago
Ashley Williams
c0acb99e58
feat(build): remove all mention of nightly
7 years ago
Ashley Williams
b28d2850a7
feat(build): add rustc check
7 years ago
ashley williams
69982de8cc
Merge pull request #365 from rustwasm/fitzgen-lockfile-bindgen-version
...
Fitzgen lockfile bindgen version
7 years ago
Ashley Williams
3856db20b9
fix(style): appease cargo fmt
7 years ago
Alex Crichton
9b24dcb259
Execute `cargo metadata` at most once
...
This can be somewhat expensive, so make sure we don't have to chew
through too much!
7 years ago
Alex Crichton
3d1f528fc9
Make tests more future-proof with wasm-bindgen
...
This way when future wasm-bindgen version are published the tests will
continue working!
7 years ago
data-pup
dd87211323
feat(lockfiles): Use `Cargo.lock` to identify wasm-bindgen versions
...
This lets us leverage `cargo` for semver finding and then ensure that we get the
exact same version of the CLI that cargo selected. It also lets us support fuzzy
dependencies like "0.2" instead of exact dependencies like "0.2.21" again.
7 years ago
ashley williams
6f0a8b8ece
Merge pull request #359 from mstallmo/master
...
Add section on IDE config files to CONTRIBUTING.md
7 years ago
ashley williams
8bb71c5d85
Merge pull request #364 from rustwasm/really-fix-the-readme
...
fix(readme): make sure URLs work
7 years ago
Ashley Williams
cafbe76c8d
fix(readme): make sure URLs work
7 years ago
Mason Stallmo
99ea5d3a81
Add link to help article on setting up a global .gitignore
7 years ago
ashley williams
db772e8bff
Merge pull request #363 from rustwasm/readme-quality-check
...
chore(readme): clean up
7 years ago
Ashley Williams
8f53feff68
chore(readme): clean up
7 years ago
ashley williams
9359e2c1a7
Merge pull request #362 from rustwasm/big-button-fix
...
fix(homepage): add wasm-pack segment to install button URL
7 years ago
Ashley Williams
232d40b564
fix(homepage): add wasm-pack segment to install button URL
7 years ago
ashley williams
56a5b7c593
Merge pull request #361 from rustwasm/fix-book
...
fix(book): move ignore from book to root dir
7 years ago
Ashley Williams
65cb3bbfbe
fix(book): move ignore from book to root dir
7 years ago
Mason Stallmo
62866aa6a7
Add section on IDE config files to CONTRIBUTING.md
7 years ago
ashley williams
3dbd05828a
Merge pull request #336 from alexcrichton/debug
...
Pass `--debug` to `wasm-bindgen` in debug mode
7 years ago
ashley williams
5f3003aaa1
Merge pull request #350 from rustwasm/fav-fav-fav-fav-fav-icon
...
feat(homepage): favicons
7 years ago
Ashley Williams
8671225f2d
feat(homepage): favicons
7 years ago
ashley williams
485a0fdada
Merge pull request #349 from rustwasm/fix-the-links
...
fix(homepage): links need wasm-pack URL segment
7 years ago
Ashley Williams
ed4c2eb457
fix(homepage): links need wasm-pack URL segment
7 years ago
ashley williams
6d7e9ab359
Merge pull request #338 from spencerwilson/serde-broken-link
...
fix(changelog): Repair "Passing arbitrary data..." broken link
7 years ago
ashley williams
eb850773c2
Merge pull request #246 from rustwasm/docs-fix
...
the infamous docs pr
7 years ago
Ashley Williams
3229f1f791
feat(website): add landing page
7 years ago
Ashley Williams
d2a6af8eda
feat(docs): update/rename pages
7 years ago
Spencer Wilson
a1c50772a1
fix(changelog): Passing arbitrary data broken link
7 years ago
Alex Crichton
cd4e381ef4
Pass `--debug` to `wasm-bindgen` in debug mode
...
In debug mode `wasm-bindgen` emits more JS glue to check more invariants
and otherwise provide more sanity checks. This is omitted by default
with wasm-pack as it runs in release mode by default, but if `--debug`
is passed let's be sure to include it!
7 years ago
ashley williams
7df088caad
Merge pull request #330 from rustwasm/force-lib-build
...
feat(build): force lib build only
7 years ago
Ashley Williams
0fa456c62b
feat(build): force lib build only
7 years ago
ashley williams
4a1a4bed13
Merge pull request #328 from mstallmo/fix-links
...
Fix broken links in book by replacing absolute paths with relative paths
7 years ago
ashley williams
9f106caff4
Merge pull request #327 from rustwasm/no-modules-plz-k-thx
...
support no-modules
7 years ago
Mason Stallmo
090fd15ce6
Fix broken links in book by replacing absolute paths with relative paths
7 years ago
Ashley Williams
120236f1a9
fix(style): appease cargo fmt
7 years ago
Ashley Williams
286bed9c27
test(no-modules): no-modules works
7 years ago
Ashley Williams
d79349e1f5
feat(manifest): build no_modules npmpkg
7 years ago
Ashley Williams
1985db371f
feat(manifest:npm): add nomodules manifest struct
7 years ago
Ashley Williams
64c5a22ff6
feat(bindgen): accept no-modules as target
7 years ago