From d5c182c14f6334d886a0b249a74a4c54b47dd853 Mon Sep 17 00:00:00 2001 From: jxom Date: Fri, 14 Apr 2023 00:35:31 +1000 Subject: [PATCH] chore: add viem to wasm section on readme (#2345) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5037f624..90f60f123 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ You should be able to build a wasm app that uses ethers-rs (see the [example](./ compile in WASM, please [open an issue](https://github.com/gakonst/ethers-rs/issues/new/choose). There is currently no plan to provide an official JS/TS-accessible library -interface. we believe [ethers.js](https://docs.ethers.io/v5/) serves that need +interface. We believe [viem](https://viem.sh) or [ethers.js](https://docs.ethers.io/v6/) serves that need very well. Similarly, you should be able to build FFI bindings to ethers-rs. If ethers