From 5b37234f9ab6000d97c7cc89397bb9b9e941920d Mon Sep 17 00:00:00 2001 From: gagdiez Date: Mon, 2 Aug 2021 22:13:54 +0200 Subject: [PATCH] Added Assemblyscript Implementation This commit adds a reference to the borsh-as repository and npm package, developed in collaboration with @willemneal. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 49882e79..2e7d23a6 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ Why do we need yet another serialization format? Borsh is the first serializer t | Java, Kotlin, Scala, Clojure, etc | [borshj](https://github.com/near/borshj) | | | Go | [borsh-go](https://github.com/near/borsh-go) | Latest released version | | Python | [borsh-py](https://github.com/near/borsh-py) | Work-in-progress | +| Assemblyscript | [borsh-as](https://github.com/gagdiez/serial-as/tree/main/borsh) | Latest released version | ## Benchmarks