view 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
line wrap: on
line source

///<reference path='stone-framework-loader.ts'/>

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();
});