Add compilation for single and multi-wasm inputs

This commit is contained in:
Felix Schütt
2022-12-21 14:35:43 +01:00
parent bc7d125894
commit c92d8d34e3
2 changed files with 114 additions and 27 deletions

View File

@@ -83,6 +83,7 @@ impl CreateObj {
&output_path,
&self.compiler,
&target_triple,
&self.cpu_features,
object_format,
)?;
}