WebAssembly Script Compiler

To create wasm files that can be used on the Internet or locally.

How does it work

?

The compiler needs only one command line to generate C++ code and compile it into WebAssembly. Exempli gratia:

./solc hello

This creates the hello.cpp, hello.hpp, hello.o, and hello.wasm files.

To create wasm code, you need to install Emscribtem, and to execute it in the command line - Wasmer.

Windows requires Visual Studio to be installed. You also need to install C++ command line components from it.

Options

Why use Scriptol right away, not C++?