Spec-Zone.ru › Deno 1

WebAssembly.MemoryDescriptor

The MemoryDescriptor описывает параметры, которые можно передать new WebAssembly.Memory().

interface MemoryDescriptor {
initial: number;
maximum?: number;
shared?: boolean;
}

Свойства

initial: number
maximum?: number
shared?: boolean

© 2018–2022 the Deno authors
https://doc.deno.land/deno/stable/~/WebAssembly.MemoryDescriptor

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API