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
650d48cd84f6257d4a5416cf77df6ecb4c63016b
wasmtime
/
cranelift
/
reader
/
src
History
bjorn3
0c4e15a52e
[reader] Replace == None with .is_none() in Parser::token
...
This replaces a full function call with matching on both lhs and rhs with a single cmpb instruction.
2020-08-26 13:01:16 -07:00
..
error.rs
Fixes
#13
: Enable conditional compilation of ISAs through features;
2019-02-12 08:19:57 -08:00
isaspec.rs
clif-util: try both global and target-dependent settings when parsing --set flags;
2020-05-05 16:35:41 +02:00
lexer.rs
[reader] Avoid handling of unicode when not necessary
2020-08-26 13:01:16 -07:00
lib.rs
Cast DataValues to and from native types
2020-05-07 16:51:09 -07:00
parser.rs
[reader] Replace == None with .is_none() in Parser::token
2020-08-26 13:01:16 -07:00
run_command.rs
Switch CI back to nightly channel (
#2014
)
2020-07-13 18:40:47 -05:00
sourcemap.rs
Declare constants in the function preamble
2020-04-17 11:59:47 -07:00
testcommand.rs
moved crates in lib/ to src/, renamed crates, modified some files' text (
#660
)
2019-01-28 15:56:54 -08:00
testfile.rs
Rename 'an block' to 'a block'
2020-03-03 13:21:13 -06:00