Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.13 KB

readme.md

File metadata and controls

41 lines (28 loc) · 1.13 KB

Build Status

WASM embedding library using LLVM's Orc JIT.

Usage

See demo.cpp for a quick overview on how to use the library.

Status

Except for unreached_invalid tests, the rest of the official testsuite is passing.

Support linux x86_64 only.

Post WASM-MVP support

Out of scope

  • WAST support, only binary modules can be imported
  • Any post-MVP feature below phase 4
  • wasm64

Dependencies

  • LLVM libraries (8+)
  • boost (endian and functional)

Optional (required for tests):

  • google-test (unittests and running testsuite)
  • wabt (used to generate wasm binaries from testsuite text)
  • wasmception (used to generate wasm32 from some C test cases)