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
aa724846f6a5947864ed49f00219f260def1f757
wasmtime
/
lib
/
wasm
/
src
History
Dan Gohman
aa724846f6
Clear the wasm operand stack at the end of a function.
...
This preserves an invariant that the stack is empty between function body translations.
2017-11-01 11:25:22 -07:00
..
environ
Rename FunctionName to ExternalName.
2017-10-30 13:26:56 -07:00
code_translator.rs
Simplify code using the FunctionBuilder helper functions.
2017-10-24 15:28:28 -07:00
func_translator.rs
Clear the wasm operand stack at the end of a function.
2017-11-01 11:25:22 -07:00
lib.rs
Rename "runtime" to "environment".
2017-10-18 16:55:32 -07:00
module_translator.rs
Rename "runtime" to "environment".
2017-10-18 16:55:32 -07:00
sections_translator.rs
Use the term "Function parameter" instead of "argument".
2017-10-19 17:39:23 -07:00
state.rs
TranslationState can assert that its stacks are empty between functions.
2017-10-20 11:37:25 -07:00
translation_utils.rs
Use the WasmRuntime's global list rather than keeping a separate list.
2017-10-09 17:29:39 -07:00