Wasm Directoryalpha
Record

blob-resource-contents

Inline binary resource.

record blob-resource-contents {
  uri: string,
  mime-type: option​<string>,
  blob: string,
}

Fields

NameTypeDescription
uristringURI identifying the resource.
mime-typeoption​<string>Optional MIME type of the binary content.
blobstringBase64-encoded binary data.