comparison Resources/CodeGeneration/README.md @ 687:342f3e04bfa9 am-dev

CodeGen: test cleanup + all working again + using same yaml and stimuli files
author Alain Mazy <alain@mazy.be>
date Thu, 16 May 2019 17:51:17 +0200
parents 1b47f17863ba
children
comparison
equal deleted inserted replaced
686:0d42bda615a8 687:342f3e04bfa9
8 - `npm install typescript` 8 - `npm install typescript`
9 - `npm install tsify` 9 - `npm install tsify`
10 10
11 `testCppHandler` contains a C++ project that produces an executable 11 `testCppHandler` contains a C++ project that produces an executable
12 slurping a set of text files representing messages defined against 12 slurping a set of text files representing messages defined against
13 the `test_data/test1.yaml' schema and dumping them to `cout`. 13 the `test_data/testTestStoneCodeGen.yaml' schema and dumping them to `cout`.
14 14
15 'testWasmIntegrated` contains a small Web app demonstrating the 15 'testWasmIntegrated` contains a small Web app demonstrating the
16 interaction between TypeScript and C++ in WASM. 16 interaction between TypeScript and C++ in WASM.
17 source ~/apps/emsdk/emsdk_env.sh 17 source ~/apps/emsdk/emsdk_env.sh
18 18