comparison Platforms/WebAssembly/wasm-application.ts @ 233:68856534f005 am

added layout to VSOL, SDL & wasm working
author am@osimis.io
date Fri, 15 Jun 2018 14:29:25 +0200
parents 5027cb2feb51
children
comparison
equal deleted inserted replaced
232:7d3b2c4f9ba1 233:68856534f005
101 101
102 SetStartupParameter = StoneFrameworkModule.cwrap('SetStartupParameter', null, ['string', 'string']); 102 SetStartupParameter = StoneFrameworkModule.cwrap('SetStartupParameter', null, ['string', 'string']);
103 CreateWasmApplication = StoneFrameworkModule.cwrap('CreateWasmApplication', null, ['number']); 103 CreateWasmApplication = StoneFrameworkModule.cwrap('CreateWasmApplication', null, ['number']);
104 CreateCppViewport = StoneFrameworkModule.cwrap('CreateCppViewport', 'number', []); 104 CreateCppViewport = StoneFrameworkModule.cwrap('CreateCppViewport', 'number', []);
105 ReleaseCppViewport = StoneFrameworkModule.cwrap('ReleaseCppViewport', null, ['number']); 105 ReleaseCppViewport = StoneFrameworkModule.cwrap('ReleaseCppViewport', null, ['number']);
106 StartWasmApplication = StoneFrameworkModule.cwrap('StartWasmApplication', null, []); 106 StartWasmApplication = StoneFrameworkModule.cwrap('StartWasmApplication', null, ['number']);
107 107
108 WasmWebService_NotifySuccess = StoneFrameworkModule.cwrap('WasmWebService_NotifySuccess', null, ['number', 'string', 'array', 'number', 'number']); 108 WasmWebService_NotifySuccess = StoneFrameworkModule.cwrap('WasmWebService_NotifySuccess', null, ['number', 'string', 'array', 'number', 'number']);
109 WasmWebService_NotifyError = StoneFrameworkModule.cwrap('WasmWebService_NotifyError', null, ['number', 'string', 'number']); 109 WasmWebService_NotifyError = StoneFrameworkModule.cwrap('WasmWebService_NotifyError', null, ['number', 'string', 'number']);
110 NotifyUpdateContent = StoneFrameworkModule.cwrap('NotifyUpdateContent', null, []); 110 NotifyUpdateContent = StoneFrameworkModule.cwrap('NotifyUpdateContent', null, []);
111 111