Skip to content

Commit 9328a0d

Browse files
authored
Remove serde-json-wasm mention from README.md
1 parent f8e3373 commit 9328a0d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

README.md

-5
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,6 @@ This code is compiled into Wasm bytecode as part of the smart contract.
8484
[leak some information about the directory structure of your system](https://github.com/CosmWasm/cosmwasm/issues/1918)
8585
and makes the build non-reproducible.
8686

87-
- [serde-json-wasm](https://github.com/CosmWasm/serde-json-wasm) - A custom json
88-
library, forked from `serde-json-core`. This provides an interface similar to
89-
`serde-json`, but without any floating-point instructions (non-deterministic)
90-
and producing builds around 40% of the code size.
91-
9287
**Executing contracts:**
9388

9489
- [cosmwasm-vm](https://github.com/CosmWasm/cosmwasm/tree/main/packages/vm) - A

0 commit comments

Comments
 (0)