cli: Act as a binfmt interpreter when invoked from a special path

This commit is contained in:
Julius Michaelis
2021-07-31 19:13:06 +09:00
committed by Julius Michaelis
parent 638871988e
commit 08c885fa58
5 changed files with 82 additions and 18 deletions

View File

@@ -5,7 +5,7 @@ use std::env;
use std::path::PathBuf;
use structopt::StructOpt;
#[derive(Debug, StructOpt, Clone)]
#[derive(Debug, StructOpt, Clone, Default)]
/// The WebAssembly features that can be passed through the
/// Command Line args.
pub struct WasmFeatures {