mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-05 20:28:23 +00:00
Fix doc, threads are enabled by default now (#3665)
* Fix doc, threads are enabled by default now * Do not remove enable-thread, just mark at as deprecated
This commit is contained in:
@@ -13,9 +13,13 @@ pub struct WasmFeatures {
|
||||
#[clap(long = "enable-simd")]
|
||||
pub simd: bool,
|
||||
|
||||
/// Enable support for the threads proposal.
|
||||
/// Disable support for the threads proposal.
|
||||
#[clap(long = "disable-threads")]
|
||||
pub disable_threads: bool,
|
||||
|
||||
/// Deprecated, threads are enabled by default.
|
||||
#[clap(long = "enable-threads")]
|
||||
pub threads: bool,
|
||||
pub _threads: bool,
|
||||
|
||||
/// Enable support for the reference types proposal.
|
||||
#[clap(long = "enable-reference-types")]
|
||||
|
||||
Reference in New Issue
Block a user