Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
neri committed Mar 7, 2024
1 parent cd4b4eb commit 6f0f536
Show file tree
Hide file tree
Showing 10 changed files with 487 additions and 3,852 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# WAMI

A WebAssembly Interpreter used in [Maystorm](https://github.com/neri/maystorm)
A WebAssembly Interpreter used in my os (https://github.com/neri/maystorm)

## features

- Support for `no_std`
- A subset of WebAssembly MVP v2.0
- SIMD and reference instructions and some basic functions are not supported.
- A subset of WebAssembly 2.0
- It can be used for most applications, but it does not support SIMD, reference, and some basic instructions.

## requirements

Expand Down
Loading

0 comments on commit 6f0f536

Please sign in to comment.