Merge branch 'master' into singlepass

# Conflicts:
#	Cargo.lock
#	Cargo.toml
#	lib/compiler/src/section.rs
This commit is contained in:
Syrus
2020-05-19 19:54:52 -07:00
88 changed files with 5121 additions and 3881 deletions

View File

@@ -47,6 +47,11 @@ impl CompilerConfig for SinglepassConfig {
&self.features
}
fn enable_pic(&mut self) {
// Do nothing, since singlepass already emits
// PIC code.
}
/// Gets the target that we will use for compiling
/// the WebAssembly module
fn target(&self) -> &Target {