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
76eb7df9f020ab933370a7387393406134d62447
wasmtime
/
lib
/
wasm
/
src
History
Jakob Stoklund Olesen
85e4e9f511
Assign source locations when translating WebAssembly to Cretonne.
...
The source locations are byte code offsets relative to the beginning of the function.
2017-09-21 14:37:54 -07:00
..
runtime
Make FuncEnvironment callbacks take an &mut self parameter.
2017-09-14 12:25:59 -07:00
code_translator.rs
Add trap codes to the Cretonne IL.
2017-09-20 15:50:02 -07:00
func_translator.rs
Assign source locations when translating WebAssembly to Cretonne.
2017-09-21 14:37:54 -07:00
lib.rs
Add a WebAssembly function translator.
2017-09-07 16:12:48 -07:00
module_translator.rs
Change translate_module to use FuncTranslator.
2017-09-11 18:01:50 -07:00
sections_translator.rs
Simplify using
map_err
and
expect
.
2017-09-12 13:40:19 -07:00
state.rs
Make FuncEnvironment callbacks take an &mut self parameter.
2017-09-14 12:25:59 -07:00
translation_utils.rs
Don't export the 'Local' type from cton_wasm.
2017-09-06 15:56:39 -07:00