Function run_const_span

Source
pub(crate) fn run_const_span(
    wasm: &[u8],
    span: &Span,
    module: &ModuleInst<'_>,
    store: &Store<'_>,
) -> Result<Option<Value>, RuntimeError>