Add support for math libcalls.

This commit is contained in:
Dan Gohman
2018-12-03 04:01:48 -08:00
parent bd69768e0d
commit 4c47ce9b53
4 changed files with 93 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ mod code;
mod execute;
mod instance;
mod invoke;
mod libcalls;
mod memory;
mod mmap;
mod signalhandlers;