Skip to content

Repository files navigation

WasmVM

A standalone WebAssembly virtual machine

online document

正體中文

Prerequisite

  • CMake >= 3.16

  • A C/C++ compiler supporting C11 and C++20

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

Run Unittests

  1. Run CMake
mkdir build && cd build && cmake ..
  1. Run Make with the test target
make test

Generate HTML documents

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

The generated document will under build/docs/html

About

A standalone WebAssembly process virtual machine

Topics

Resources

Code of conduct

Stars

229 stars

Watchers

16 watching

Forks

Releases

Used by

Contributors

Languages