# HG changeset patch # User am@osimis.io # Date 1528968123 -7200 # Node ID 930f98252ab9af20c97f2383f58b788318227918 # Parent 5fcffbce35a90f610a7647f4cf34ed88e3ada00e fix diff -r 5fcffbce35a9 -r 930f98252ab9 Platforms/WebAssembly/wasm-application.ts --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Platforms/WebAssembly/wasm-application.ts Thu Jun 14 11:22:03 2018 +0200 @@ -0,0 +1,10 @@ +/// + +declare function InitializeWasmApplication() :void; // still in a js file + + +// Wait for the Orthanc Framework to be initialized (this initializes +// the WebAssembly environment) +Stone.Framework.Initialize(true, function() { + InitializeWasmApplication(); +}); \ No newline at end of file