WebIDLpedia

WebAssemblyCompileOptions dictionary

Definition

WebAssembly JavaScript Interface defines WebAssemblyCompileOptions



dictionary WebAssemblyCompileOptions {
    USVString? importedStringConstants;
    sequence<USVString> builtins;
};

Referring IDL interfaces/dictionaries

Referring specifications