Mackiovello
|
1067f215be
|
Use PathBuf instead of String to handle paths
For #213
|
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 |
steveklabnik
|
a891bab6c7
|
Improve test layout
I suggested this layout, but since Rust 1.22, this layout now works!
|
7 years ago |
steveklabnik
|
033aaaa19b
|
Move examples into tests/fixtures
These aren't examples in the sense Cargo uses them; they're test
fixtures. As such, let's put them in tests/
Fixes #56
|
7 years ago |
Ashley Williams
|
5ecd6365f8
|
feat(test): test readme is a copy
|
7 years ago |
Ashley Williams
|
746a249599
|
feat(test): test the readme copying
|
7 years ago |