Tadej Stanic
Tadej Stanic
I have the same error. Even the typescript definition file doesn't have all Universe's pub methods defined: ``` export enum Cell { Dead, Alive, } export class Universe { free():...
The root of this problem is in this block of code: ``` impl Universe { fn get_index(&self, row: u32, column: u32) -> usize { (row * self.width + column) as...
I'd evaluate these three ideas from the perspective, which one can give `lunatic` the traction that is much needed to attract more developers to be involved. WebAssembly standardization is a...