wars-rt 0.8.1

Wasm to Rust converter
Documentation
1
2
3
4
use crate::{CtxSpec, Memory};
pub trait XSpec: CtxSpec {
    fn wasix_memory<'a>(&'a mut self) -> &'a mut (dyn Memory + 'a);
}