Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 1.49 KB

JavaScriptTools.md

File metadata and controls

29 lines (15 loc) · 1.49 KB

JavaScript Tools

The following are some JavaScript tools that, or their results, can be used in the context of VMware Aria Automation.

TypeScript

Here an approach to show that it is very easy to integrate TypeScript, and also save the source code.

Here a detailed description how to integrate TypeScript code in VMware Aria Automation.
The example files are here available in this repository.

C#

Here an approach to show that it is very easy to integrate C#, and also save the source code. A little combination of the possibilities of the polyglot programming environment allows us to do this.

Here a detailed description how to integrate C# code in VMware Aria Automation.
The example files are here available in this repository.

Emscripten

Emscripten compiles C and C++ to WebAssembly.

Here a detailed description how to use Emscripten in the context of VMware Aria Automation.
The example files are here available in this repository.

Green Coding

Green coding is a subset of green IT and it is about sustainable programming.

Here a collection of green coding snippets.