Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
neri authored Jul 9, 2024
1 parent dda9c39 commit 22c19a3
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,19 @@ A WebAssembly Interpreter used in my os (https://github.com/neri/maystorm)

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

## Supported WebAssembly 2.0 Features

|Proposals|Status|
|-|-|
|Sign extension instructions||
|Non-trapping float-to-int conversions||
|Multiple values|-|
|Reference types|-|
|Table instructions|-|
|Multiple tables|-|
|Bulk memory and table instructions|`memory.fill`, `memory.copy`|
|Vector instructions|-|

## Requirements

Expand Down

0 comments on commit 22c19a3

Please sign in to comment.