Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BimEngineCoreInitializationOptions

Initialization options of emscripten renderer binary. At most one of the wasmBinary and wasmBinaryUrl must be provided. If none is provided then the binary is initialized using the default emscripten mechanism

Hierarchy

  • BimEngineCoreInitializationOptions

Index

Properties

wasmBinary?: Uint8Array

If provided the the user must ensure that the binary is loaded before using his own means

wasmBinaryUrl?: string

If provided the the initalizeBimEngineCore will try to load the binary from the specified url