Prerequisites for developing WASM modules with TLD

Prerequisites for developing WASM modules with TLD

.NET Core SDK 3.1.409:

Mono for Windows:

How to ensure mono is correctly installed and can be accessed:

  • Open "Edit the system environment variables" form the Start Menu

  • Select "Environment Variables":

  • Select PATH then click Edit:

  • Click New then add the path to the bin folder from where you installed Mono Example: "C:\Program Files\Mono\bin"

  • Use command mono --version in CMD to see if it was correctly installed

  • Also make sure you have the latest Node JS (LTS) and it's reachable via the PATH. You can download the installer from here: https://nodejs.org/en/

Last updated