Fixed lint issues

This commit is contained in:
Syrus
2020-05-18 15:31:11 -07:00
parent f715a74e00
commit 3050f1fa27
6 changed files with 15 additions and 21 deletions

View File

@ -53,7 +53,7 @@ impl Compiler for SinglepassCompiler {
fn compile_module(
&self,
module: &Module,
module_translation: &ModuleTranslationState,
_module_translation: &ModuleTranslationState,
function_body_inputs: PrimaryMap<LocalFunctionIndex, FunctionBodyData<'_>>,
memory_plans: PrimaryMap<MemoryIndex, MemoryPlan>,
table_plans: PrimaryMap<TableIndex, TablePlan>,
@ -131,7 +131,7 @@ impl Compiler for SinglepassCompiler {
fn compile_dynamic_function_trampolines(
&self,
module: &Module,
_module: &Module,
) -> Result<PrimaryMap<FunctionIndex, FunctionBody>, CompileError> {
Ok(PrimaryMap::new())
// unimplemented!("Dynamic funciton trampolines not yet implemented");