diff 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
line wrap: on
line diff
--- a/Resources/CodeGeneration/README.md	Sat Feb 23 10:18:13 2019 +0100
+++ b/Resources/CodeGeneration/README.md	Sat Feb 23 14:14:32 2019 +0100
@@ -8,3 +8,10 @@
 - `npm install typescript`
 - `npm install tsify`
 
+`testCppHandler` contains a C++ project that produces an executable 
+slurping a set of text files representing messages defined against 
+the `test_data/test1.yaml' schema and dumping them to `cout`.
+
+'testWasmIntegrated` contains a small Web app demonstrating the 
+interaction between TypeScript and C++ in WASM.
+source ~/apps/emsdk/emsdk_env.sh
\ No newline at end of file