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-08 21:58:20 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
52ac5436906a0895230bcf7c42e76c3e136ffad3
wasmer
/
lib
/
compiler-llvm
/
src
History
Syrus
52ac543690
Merge branch 'master' into host-trampolines
2020-05-14 11:18:21 -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
Add trap on indirect call with uninitialized table element.
2020-05-13 17:06:59 -07:00
compiler.rs
Make host trampolines work (PoC)
2020-05-13 20:53:54 -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