comparison Platforms/WebAssembly/wasm-application.ts @ 225:930f98252ab9 am

fix
author am@osimis.io
date Thu, 14 Jun 2018 11:22:03 +0200
parents
children 1fa4c65c7e1b
comparison
equal deleted inserted replaced
224:5fcffbce35a9 225:930f98252ab9
1 ///<reference path='stone-framework-loader.ts'/>
2
3 declare function InitializeWasmApplication() :void; // still in a js file
4
5
6 // Wait for the Orthanc Framework to be initialized (this initializes
7 // the WebAssembly environment)
8 Stone.Framework.Initialize(true, function() {
9 InitializeWasmApplication();
10 });