Skip to content

dzangfan/WAVM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wild Affine Virtual Machine

This is an experimental virtual machine originated from AVM. This fork is specialized for performance, without considering modularity, robustness, etc.

Build

Run make build to build the virtual machine wavm. If one has installed ghc, one can also use make example to build the example. The directory example/ contains some built examples.

Usage

wavm takes exactly one argument as the path of the machine code (byte code). For example,

./wavm ./example/example-2-tarai.wavm

The format of the byte code is not documented currently. One can read WAVMASM.hs to see a small assembler that built the examples.

About

A wild Affine Virtual Machine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors