WasmVM

An unofficial standalone WebAssembly process virtual machine

173
34
C++

WasmVM

A standalone WebAssembly virtual machine

online document

正體中文

Prerequisite

  • CMake >= 3.16

  • C compiler with C11 standard

Notice

  1. This project uses “Taiwan Traditional Chinese” as primary, English as secondary language in documents.

Other languages (Ex: Simplified Chinese) are only used as references or translations.

Build

  1. Run CMake
mkdir build && cd build && cmake ..
  1. Run Make
make -j4

Generate HTML documents

  1. Run CMake
mkdir build && cd build && cmake ..
  1. Run Make
make docs

The generated document will under build/docs/html