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
15a7d50765887277c3edd373e973baa67be52157
wasmtime
/
lib
/
cretonne
History
Dimo
15a7d50765
Rename Dict[Var, TypeVar] to VarTyping; Add VarMap (Dict[Var,Var]). Add {Ast, Def, Rtl}.{vars(), substitution()} and Def.uses(), Def.definitions() - these enable checking structural equivalence between Rtls and doing variable substitutions between compatible Rtls; Add TypeEnv.permits() routine - allows checking if a given TypeEnv allows a given concrete typing without enumerating all typings (will be useful for determing which semantic transform applies to a given concrete typing).
2017-07-24 14:08:44 -07:00
..
meta
Rename Dict[Var, TypeVar] to VarTyping; Add VarMap (Dict[Var,Var]). Add {Ast, Def, Rtl}.{vars(), substitution()} and Def.uses(), Def.definitions() - these enable checking structural equivalence between Rtls and doing variable substitutions between compatible Rtls; Add TypeEnv.permits() routine - allows checking if a given TypeEnv allows a given concrete typing without enumerating all typings (will be useful for determing which semantic transform applies to a given concrete typing).
2017-07-24 14:08:44 -07:00
src
Make legalization actions configurable.
2017-07-24 12:49:06 -07:00
build.rs
Upgrade to rustfmt 0.8.0.
2017-03-14 10:48:05 -07:00
Cargo.toml
Move library crates under 'lib/'.
2016-10-17 14:44:43 -07:00