pub(crate) unsafe fn run_const<T: Config>(
wasm: &mut WasmReader<'_>,
stack: &mut Stack,
module: ModuleAddr,
store: &Store<'_, T>,
) -> Result<(), RuntimeError>pub(crate) unsafe fn run_const<T: Config>(
wasm: &mut WasmReader<'_>,
stack: &mut Stack,
module: ModuleAddr,
store: &Store<'_, T>,
) -> Result<(), RuntimeError>