Skip to content

Commit

Permalink
update README to reflect multiple memories support
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlieTap committed Jul 30, 2024
1 parent 1930624 commit 74e020c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

---

Chasm is an experimental WebAssembly runtime built on Kotlin Multiplatform.
Chasm is a WebAssembly runtime built on Kotlin Multiplatform.

The runtime targets the latest wasm [specification](https://webassembly.github.io/spec/core/index.html) and supports all instructions with the exception of VectorInstructions.

Expand All @@ -22,6 +22,7 @@ Additionally, the runtime supports the following Stage 4 proposals
- [x] Extended Constant Expressions
- [x] Typed Function References
- [x] Wasm GC
- [x] Multiple Memories

# Setup

Expand Down

0 comments on commit 74e020c

Please sign in to comment.