Marcin Mielniczuk
3206461502
Fix some clippy warnings ( #536 )
2019-11-10 13:50:19 -08:00
Dan Gohman
f5dad66593
Fix a missing use bitflags::bitflags;.
2019-11-08 19:43:17 -08:00
Dan Gohman
061b453255
Remove unneeded extern crate, macro_use, and tidy uses.
2019-11-08 17:55:38 -08:00
Dan Gohman
39b0d670c5
rustfmt and trim trailing whitespace.
2019-11-08 17:15:37 -08:00
Dan Gohman
e8f08193fc
Reformat some long lines and macros.
2019-11-08 17:15:37 -08:00
Dan Gohman
a2b4148a91
General Cargo.toml cleanup. ( #529 )
...
* General Cargo.toml cleanup.
- Remove travis-ci attributes.
- Remove "experimental" badges from actively-developed crates.
- Reflow some long lines.
- Use dependency features consistently.
- Add readme attributes
* Update WASI to the latest trunk.
This notably adds a .gitignore file for the WASI directory.
2019-11-08 17:22:37 -06:00
Dan Gohman
0f4f9d7832
Use r# to escape strings which may be rust keywords.
...
This is a minor simplification, replacing a hardcoded list of keywords.
2019-11-08 22:48:57 +01:00
Dan Gohman
9af562c1ff
Update dependencies.
2019-11-08 10:48:50 -08:00
Dan Gohman
d9ca508f80
Rename wasmtime-api to wasmtime.
2019-11-08 06:43:07 -08:00
Dan Gohman
22641de629
Initial reorg.
...
This is largely the same as #305 , but updated for the current tree.
2019-11-08 06:35:40 -08:00