comparison Resources/CodeGeneration/README.md @ 520:7a16fb9a4ba5 am-touch-events

merge bgo-commands-codegen
author Alain Mazy <alain@mazy.be>
date Tue, 12 Mar 2019 14:50:14 +0100
parents 6405435480ae
children b7fd0471281c
comparison
equal deleted inserted replaced
503:77e0eb83ff63 520:7a16fb9a4ba5
1 Requirements
2 ----------------
3
4 Install Node and npm.
5
6 Then:
7 - `npm install browserify`
8 - `npm install typescript`
9 - `npm install tsify`
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