Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "fs/read-wasm/docs/types/index.d"

Index

Interfaces

Type aliases

Variables

Type aliases

Callback

Callback: (err: Error | null, file: Uint8Array) => void

Callback invoked upon reading a file.

param

error object

param

file contents

Type declaration

    • Parameters

      Returns void

Variables

Export assignment readWASM

readWASM: ReadWASM

Reads the entire contents of a WebAssembly file.

param

file path or file descriptor

param

options

param

file status flag

param

callback to invoke after reading a file