Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

WasmVM/WasmVM

Open more actions menu

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

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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.