view Platforms/WebAssembly/wasm-application.ts @ 226:1fa4c65c7e1b am

WasmViewport in ts
author am@osimis.io
date Thu, 14 Jun 2018 12:32:08 +0200
parents 930f98252ab9
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();
});