comparison Resources/CodeGeneration/README.md @ 495:6405435480ae bgo-commands-codegen

Fixed template to add dump capabilities + started work on an integrated TS/WASM test
author bgo-osimis
date Sat, 23 Feb 2019 14:14:32 +0100
parents fc17251477d6
children b7fd0471281c
comparison
equal deleted inserted replaced
494:fc17251477d6 495:6405435480ae
6 Then: 6 Then:
7 - `npm install browserify` 7 - `npm install browserify`
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
12 slurping a set of text files representing messages defined against
13 the `test_data/test1.yaml' schema and dumping them to `cout`.
14
15 'testWasmIntegrated` contains a small Web app demonstrating the
16 interaction between TypeScript and C++ in WASM.
17 source ~/apps/emsdk/emsdk_env.sh