gate use of wasm_target_feature on wasm target arch

This commit is contained in:
Folkert de Vries
2026-03-06 13:15:28 +01:00
parent 3483792e0f
commit 6abb95cc00
-1
View File
@@ -13,7 +13,6 @@
//! and you should see `746573740a` get printed out.
#![allow(internal_features)]
#![feature(wasm_target_feature)]
#![cfg_attr(test, feature(test))]
#![cfg_attr(
any(target_arch = "x86", target_arch = "x86_64"),