Add the --enable-threads flag and thread it as far as runtime-core.

This commit is contained in:
Nick Lewycky
2019-08-08 19:02:09 -07:00
parent 6b2cd7e9cc
commit cca419c982
2 changed files with 12 additions and 0 deletions

View File

@ -114,6 +114,7 @@ impl Default for MemoryBoundCheckMode {
#[derive(Debug, Default)]
pub struct Features {
pub simd: bool,
pub threads: bool,
}
/// Configuration data for the compiler