view Deprecated/Platforms/Wasm/tsconfig-stone.json @ 1434:c6bfcc105414

Rewrite of the event loop to compact all refresh events. HUGE speedup when using the trackers, especially in Debug mode.
author Benjamin Golinvaux <bgo@osimis.io>
date Tue, 19 May 2020 13:24:04 +0200
parents 419d0320c344
children
line wrap: on
line source

{
    "include" : [
        "stone-framework-loader.ts",
        "logger.ts",
        "wasm-application-runner.ts",
        "wasm-viewport.ts"
    ]
}