Wasm Directoryalpha
Record

directory-entry

A directory entry.

record directory-entry {
  type: descriptor-type,
  name: string,
}

Fields

NameTypeDescription
typedescriptor-typeThe type of the file referred to by this directory entry.
namestringThe name of the object.