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** + + + + + +
Kotlin
+ +* **Compiler framework** + + + + + +
Kotlin
+ + +* **Compilation / Execution modes** + + + + + +
Unknown
+ +* **Interoperability with other languages** + + + + + +
Kotlin
+ +* **Non-MVP features supported** + + - `N/A` + +* **Host APIs supported** + + - `N/A` + +* **Non-web standards** + + - `N/A` + +* **Used by** + + - `N/A` + +* **Platforms supported** + + + + + + + + + +
AndroidJVMiOS> + LinuxmacOSWindows
+ + ## [CMM of Wasm](https://github.com/SimonJF/cmm_of_wasm) [top⇈](#contents) > A compiler from WebAssembly to native code, via the OCaml backend.