This commit is contained in:
Gus Caplan
2020-12-30 12:52:21 -06:00
parent 5d04957a4b
commit da66a31572
19 changed files with 129 additions and 18 deletions

View File

@@ -1,8 +1,8 @@
use super::wasm32_base;
use super::wasm_base;
use super::{LinkArgs, LinkerFlavor, PanicStrategy, Target, TargetOptions};
pub fn target() -> Target {
let mut options = wasm32_base::options();
let mut options = wasm_base::options();
let clang_args = options.pre_link_args.get_mut(&LinkerFlavor::Gcc).unwrap();