/** * Created by n.vinayakan on 02.06.17. */ export class WasmSharedOffset { nextLocalOffset: int32 = 0; localCount: int32 = 0; }