Transfer json from js to wasm
Here is a simple example about how to pass information by json from js to wasm (C++ generated). We will pass enum value with json in the following project. C++ JS: If you want to write a whole CPlusPlus + js web app, you can refer to our old project: Read more…