mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-05 20:28:23 +00:00
cli: Act as a binfmt interpreter when invoked from a special path
This commit is contained in:
committed by
Julius Michaelis
parent
638871988e
commit
08c885fa58
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user