Skip to content

tgfjt/wasmint

 
 

Repository files navigation

wasmint

Build Status

A WebAssembly (WASM) Interpreter with a focus on debugging licensed under the Apache 2.0 License.

Building

wasmint requires a C++11 compiler (including STL) and CMake as build dependencies.

Make sure to pull all git submodules before the build:

git submodule init
git submodule update

Linux/OS X/Unix/Posix

To build wasmint on those systems with cmake and make by running:

cmake . && make

You can also run the tests by running ctest in the build directory.

Windows

On Windows you can use Visual Studio by generating a Visual Studio project through the CMake client or use ports of unix tools like the ones from MinGW.

About

A WebAssembly (WASM) interpreter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 92.0%
  • CMake 7.9%
  • Shell 0.1%