From d31a6d6065c1b92d6ab0f971b0b1f5b14c6dfd43 Mon Sep 17 00:00:00 2001 From: Harikrishnan Balagopal Date: Tue, 2 Jan 2024 14:58:25 +0530 Subject: [PATCH] feat: add Wasm2JS (de)compiler https://github.com/HarikrishnanBalagopal/wasm2js Signed-off-by: Harikrishnan Balagopal --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 63fd32f..c740772 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,7 @@ Please read the [contribution guidelines](CONTRIBUTING.md) if you want to contri - [TinyGo - Go for embedded devices and WebAssembly. Creates very small .wasm files.](https://github.com/aykevl/tinygo) - [Bytecoder - A Rich Domain Model for Java Bytecode and Framework to interpret and transpile it to other languages such as JavaScript, OpenCL or WebAssembly](https://github.com/mirkosertic/Bytecoder) - [AssemblyScript - Definitely not a TypeScript to WebAssembly compiler](https://github.com/AssemblyScript/assemblyscript) +- [Wasm2JS - A (de)compiler from WebAssembly to Javascript](https://github.com/HarikrishnanBalagopal/wasm2js) ## Non-Web Embeddings