From 5d97072c6af7bf920424f39bd5e5d5c0ba4b0c3b Mon Sep 17 00:00:00 2001 From: Olof Blomqvist Date: Thu, 20 Jul 2023 00:18:21 +0200 Subject: [PATCH] Update readme.md Remove todos for replacing cml with pallas and adding support for targerting wasi - as these two are now completed --- readme.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/readme.md b/readme.md index af70cd2..ad4c313 100644 --- a/readme.md +++ b/readme.md @@ -24,8 +24,7 @@ There is also no support for directly communicating with any Cardano or Marlowe ### Consuming the library -This crate can be used in Rust, React, Node, Deno etc., see the examples directory for more details. It will also be possible to compile to WASI soon™. -Note that the wasm file is quite large (at 3MB~) right now. This is expected to change in the future to below 300kb, but it is not a priority right now. +This crate can be used in Rust, React, Node, Deno, wasmtime/wasmer etc., see the examples directory for more details. ### WIP & TODOs @@ -34,10 +33,6 @@ Note that the wasm file is quite large (at 3MB~) right now. This is expected to - Rewrite parser logic to use Chumsky. -- Replace CML with Pallas - -- Provide support for WASI compilation - ## CLI Tool: ### Installation: