Refactored math intrinsics into its own module

This commit is contained in:
Syrus Akbary
2018-11-15 15:06:12 -08:00
parent 4e23cd4bab
commit 5c0e404d96
3 changed files with 51 additions and 65 deletions

View File

@ -5,6 +5,7 @@ pub mod memory;
pub mod module;
pub mod relocation;
pub mod utils;
pub mod math_intrinsics;
use std::panic;
use std::str::FromStr;