callC - Calling WebAssembly Functions Example
This example demonstrates how to pass and return values between TypeScript/JavaScript and C/C++ when you are using WebAssembly with twr-wasm.
This article explains the key concepts to pass arguments between JavaScript/TypeScript and Wasm C/C++.