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
641771ac6ae6def74193dfda3e33e26dce398e64
wasmtime
/
lib
/
codegen
/
src
/
legalizer
History
Benjamin Bouvier
f896bfb946
Prefix fixed_results/fixed_value_arguments with num to indicate they return a usize;
2018-11-08 11:41:04 -08:00
..
boundary.rs
Prefix fixed_results/fixed_value_arguments with num to indicate they return a usize;
2018-11-08 11:41:04 -08:00
call.rs
Add a few miscellaneous comments.
2018-08-13 12:51:49 -07:00
globalvalue.rs
Add a
readonly
flag for loads (
#562
)
2018-10-22 21:50:09 -07:00
heap.rs
Fix legalization of heap_addrs with 32-bit indices. (
#480
)
2018-08-28 13:37:33 -07:00
libcall.rs
Legalize libcall signatures.
2018-05-29 10:21:52 -07:00
mod.rs
When lowering br_table to branches, delete the old jump tables.
2018-11-07 11:49:51 +01:00
split.rs
Prefix fixed_results/fixed_value_arguments with num to indicate they return a usize;
2018-11-08 11:41:04 -08:00
table.rs
Add an
index_type
field to
Table
.
2018-08-28 14:28:43 -07:00