We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
serde-json-wasm
1 parent f8e3373 commit 9328a0dCopy full SHA for 9328a0d
README.md
@@ -84,11 +84,6 @@ This code is compiled into Wasm bytecode as part of the smart contract.
84
[leak some information about the directory structure of your system](https://github.com/CosmWasm/cosmwasm/issues/1918)
85
and makes the build non-reproducible.
86
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
-
92
**Executing contracts:**
93
94
- [cosmwasm-vm](https://github.com/CosmWasm/cosmwasm/tree/main/packages/vm) - A
0 commit comments