This website requires JavaScript.
Explore
Help
Sign In
mii
/
wasmer
Watch
1
Star
0
Fork
0
You've already forked wasmer
mirror of
https://github.com/mii443/wasmer.git
synced
2025-12-06 20:58:28 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
73e97d95d7c28d24cd47edbfef2deab4b52cc8c0
wasmer
/
lib
/
compiler-llvm
/
src
History
Nick Lewycky
73e97d95d7
Fix vmctx passed to direct calls of imported functions.
2020-05-14 11:53:10 -07:00
..
trampoline
Implement support for imported function calls. They need to be looked up from the vmctx at runtime.
2020-05-13 12:49:26 -07:00
translator
Fix vmctx passed to direct calls of imported functions.
2020-05-14 11:53:10 -07:00
compiler.rs
Renamed FuncIndex to FunctionIndex
2020-05-04 13:39:12 -07:00
config.rs
Ignore multi-value errors on LLVM too, for now.
2020-05-13 15:57:41 -07:00
lib.rs
Connect trampoline code to trampoline module. Still unimplemented.
2020-04-24 16:31:31 -07:00