Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README for more goals #852

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

Fizzy aims to be a fast, deterministic, and pedantic WebAssembly interpreter written in C++.

Fizzy is a project by [Ipsilon](https://github.com/ipsilon).

## Goals

I) Code quality
Expand All @@ -33,6 +35,16 @@ IV) First class support for determistic applications (*blockchain*)
- [x] Support enforcing a call depth bound
- [ ] Further restrictions of complexity (e.g. number of locals, number of function parameters, number of labels, etc.)

V) Additional integration
- [ ] Support WASI (partially accomplished)
- [ ] Support the official WebAssembly C Embedding API

V) Platforms
- [x] Support POSIX-like (Linux, macOS, etc.)
- [ ] Support Windows
- [x] Support 32-bit & 64-bit
- [ ] Support Big Endian architectures

## Building and using

Fizzy uses CMake as a build system. This will build Fizzy as a library:
Expand Down