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
Nick Fitzgerald
37349a63f0
Merge pull request #323 from fitzgen/make-tests-faster
...
tests: Make tests run faster by using Fixture builders
7 years ago
Nick Fitzgerald
fa61f90909
tests: Make tests run faster by using Fixture builders
...
Instead of copying directories, just build the fixtures directly in the
temporary directory.
7 years ago
ashley williams
4df7761156
Merge pull request #320 from rustwasm/cargo-update
...
chore(deps): cargo update
7 years ago
Ashley Williams
a8a5fb6af0
chore(deps): cargo update
7 years ago
Michael Gattozzi
1e9d8de32c
Merge pull request #312 from rustwasm/mod-mod-mod
...
modules modules modules
7 years ago
Ashley Williams
f5eaad2d77
refactor(manifest): make check optional deps a method
7 years ago
Ashley Williams
8b9ad63985
refactor(manifest:types): clean up code duplication
7 years ago
Ashley Williams
069f7ede2e
fix(manifest:esm): snakecase to remove warning, test for sideeffects field
7 years ago
Ashley Williams
354f038a1a
fix(style): remove printlns and appease cargo fmt
7 years ago
Ashley Williams
e607eda95c
refactor(manifest): move optional field warn checks to function
7 years ago
Ashley Williams
fc7c2d1593
test(manifest): update tests to reflect new pkgjsons
7 years ago
Ashley Williams
c26a834772
fix(manifest:serialize): don't include npmpkg wrapping type
7 years ago
Ashley Williams
195c4e1cd6
feat(manifest:npm:esm): add sideeffects key, set to false
7 years ago
Ashley Williams
20239ecba3
feat(manifest): whitelist js file in es6 mod packagejson
7 years ago
Ashley Williams
7f38eb9b0c
fix(manifest:npm): s/es6/esmodules
7 years ago
Ashley Williams
f06f3cca0d
refactor(manifest/npm): break into mods
7 years ago
Ashley Williams
13d77ef539
feat(manifest): seralize into diff packagejsons based on target
7 years ago
Ashley Williams
33eccd33d8
refactor(manifest): refactor npm package into own mod
7 years ago
ashley williams
5304a49625
Merge pull request #307 from alexcrichton/installers
...
Add an experimental installer for wasm-pack
7 years ago