Jasm is a TypeScript library developed in WASM2010's scope. This library provides functionality that facilitates the interoperation between a JavaScript module and a C program, easing access to the C memory model according to the WebAssembly C ABI.
Please see the documentation published in the WASM2010's repository.
To build Jasm, you just need to install the dependencies and run the build command.
npm ci
npm run build