mirror of
https://github.com/mii443/wasmer.git
synced 2025-08-23 16:59:27 +00:00
WASIX Preparation
This commit extracts changes to core libraries made in the WASIX branch. It is not reasonable to extract the partial commit history, so this is just a batch commit. The history will make a bit more sense again if we decide to merge the WASIX branch with full commit history.
This commit is contained in:
@ -51,6 +51,10 @@ impl SinglepassCompiler {
|
||||
}
|
||||
|
||||
impl Compiler for SinglepassCompiler {
|
||||
fn name(&self) -> &str {
|
||||
"singlepass"
|
||||
}
|
||||
|
||||
/// Get the middlewares for this compiler
|
||||
fn get_middlewares(&self) -> &[Arc<dyn ModuleMiddleware>] {
|
||||
&self.config.middlewares
|
||||
|
Reference in New Issue
Block a user