mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-09 14:18:20 +00:00
Merge branch 'master' into singlepass
# Conflicts: # Cargo.lock # Cargo.toml # lib/compiler/src/section.rs
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user