diff --git a/README.md b/README.md
index 37a5807..2464ac6 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,7 @@ This repo contains a list of virtual machines and tools that execute the WebAsse
## CONTENTS
- [aWsm](#awsm) :rocket:
+- [chasm](#chasm) :rocket:
- [CMM of Wasm](#cmm) :sleeping:
- [EOSVM](#eosvm) :rocket:
- [Extism](#extism) :rocket:
@@ -111,6 +112,73 @@ This repo contains a list of virtual machines and tools that execute the WebAsse
+## [chasm]([https://github.com/gwsystems/aWsm](https://github.com/CharlieTap/chasm)) [top⇈](#contents)
+
+> A WebAssembly runtime built on Kotlin Multiplatform
+
+* **Languages written in**
+
+
+
+* **Compiler framework**
+
+
+
+
+* **Compilation / Execution modes**
+
+
+
+* **Interoperability with other languages**
+
+
+
+* **Non-MVP features supported**
+
+ - `N/A`
+
+* **Host APIs supported**
+
+ - `N/A`
+
+* **Non-web standards**
+
+ - `N/A`
+
+* **Used by**
+
+ - `N/A`
+
+* **Platforms supported**
+
+
+
+ Android |
+ JVM |
+ iOS>
+ | Linux |
+ macOS |
+ Windows |
+
+
+
+
## [CMM of Wasm](https://github.com/SimonJF/cmm_of_wasm) [top⇈](#contents)
> A compiler from WebAssembly to native code, via the OCaml backend.