From 654426b147f2b2d3bf3a3155610721c8451592ca Mon Sep 17 00:00:00 2001 From: Sergey Pepyakin Date: Wed, 21 Mar 2018 11:01:13 +0300 Subject: [PATCH] Rename feature opt-in-32bit --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9a6cd1d..5f3eb2f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,4 +22,4 @@ wabt = "~0.2.2" # 32-bit platforms are not supported and not tested. Use this flag if you really want to use # wasmi on these platforms. # See https://github.com/pepyakin/wasmi/issues/43 -32bit_opt_in = [] +opt-in-32bit = []