Mercurial > hg > orthanc-stone
view Platforms/WebAssembly/wasm-application.ts @ 227:c8f11437a6fd am
getting ready for multiple viewports
author | am@osimis.io |
---|---|
date | Thu, 14 Jun 2018 13:28:40 +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(); });