8000 GitHub - ksh8281/walrus: WebAssembly Lightweight RUntime
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ksh8281/walrus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WALRUS: WebAssembly Lightweight RUntime

This project aims to provide a lightweight WebAssembly runtime engine. It now fully supports WebAssembly specs with an simple interpter, but we plan to optimize interpreting as well as adopting JIT compiler for better performance.

Cloning

Clone as normal, but don't forget to get the submodules as well:

$ git clone -
55B2
-recursive https://github.com/Samsung/walrus
$ cd walrus
$ git submodule update --init

This will fetch the testsuite and gtest repos, which are needed for some tests.

Building using CMake

You'll need CMake. You can then run CMake, the normal way:

$ mkdir build
$ cd build
$ cmake ..
$ cmake --build .

This will produce build files using CMake's default build generator. Read the CMake documentation for more information.

About

WebAssembly Lightweight RUntime

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 85.0%
  • CMake 10.7%
  • Python 4.3%
0