view Platforms/WebAssembly/wasm-application.ts @ 228:210c1ce8e1a6 am

WasmViewport is no more a singleton
author am@osimis.io
date Thu, 14 Jun 2018 15:06:29 +0200
parents 1fa4c65c7e1b
children b0ba3b38a23c
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();
});