This website requires JavaScript.
Explore
Help
Sign In
T0b1
/
wasmtime
Watch
1
Star
0
Fork
0
You've already forked wasmtime
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
5a8d1a9fda56aeabc60e6ee45f5cb1700a8a6aa4
wasmtime
/
lib
/
wasm
/
src
History
Dan Gohman
5a8d1a9fda
Use
if let
instead of
match
.
...
https://github.com/rust-lang-nursery/rust-clippy/wiki#single_match
2017-08-31 12:47:05 -07:00
..
runtime
Avoid creating a reference to a reference.
2017-08-31 12:47:05 -07:00
code_translator.rs
Use
if let
instead of
match
.
2017-08-31 12:47:05 -07:00
lib.rs
Enable missing_docs errors in the wasm crate.
2017-08-28 17:07:28 -07:00
module_translator.rs
Avoid unneeded passing by value.
2017-08-31 12:47:05 -07:00
sections_translator.rs
Avoid clone() on a
Copy
type.
2017-08-31 12:47:05 -07:00
translation_utils.rs
Avoid unneeded passing by value.
2017-08-31 12:47:05 -07:00