/// /// // Raw memory accesses to Binaryen memory declare function store(ptr: usize, val: T): void; declare function load(ptr: usize): T;