thermion_dart/compatibility/web/interop/thermion_viewer_wasm library
Classes
- ThermionViewerJSDartBridge
- A (Dart) class that wraps a (Dart) instance of ThermionViewer, but exported to JS by binding to a global property. This is effectively an implementation of ThermionViewerJSShim; allowing users to interact with an instance of ThermionViewer (presumably compiled to WASM) from any Javascript context (including the browser console).
- ThermionViewerWasm
- A ThermionViewer implementation that forwards calls to the (Emscripten-generated) ThermionDart JS module.