Function wasm_encoder::reencode::utils::const_expr
source ยท pub fn const_expr<T: ?Sized + Reencode>(
reencoder: &mut T,
const_expr: ConstExpr<'_>,
) -> Result<ConstExpr, Error<T::Error>>
Available on crate feature
wasmparser
only.