annotate Platforms/Wasm/tsconfig-stone.json @ 419:d638d5721f1c

replace deprecated writeStringToMemory by stringToUTF8
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 15 Nov 2018 18:41:50 +0100
parents b04b13810540
children 548eed46f535
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
244
313903066093 cleanup
am@osimis.io
parents:
diff changeset
1 {
313903066093 cleanup
am@osimis.io
parents:
diff changeset
2 "include" : [
295
b04b13810540 unified CMakeLists.txt into a single file for WASM/Native + bootstrap Command (to rework) + doc
am@osimis.io
parents: 287
diff changeset
3 "stone-framework-loader.ts",
b04b13810540 unified CMakeLists.txt into a single file for WASM/Native + bootstrap Command (to rework) + doc
am@osimis.io
parents: 287
diff changeset
4 "wasm-application-runner.ts",
b04b13810540 unified CMakeLists.txt into a single file for WASM/Native + bootstrap Command (to rework) + doc
am@osimis.io
parents: 287
diff changeset
5 "wasm-viewport.ts"
244
313903066093 cleanup
am@osimis.io
parents:
diff changeset
6 ]
313903066093 cleanup
am@osimis.io
parents:
diff changeset
7 }