We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cd6f83 commit 2be2cf4Copy full SHA for 2be2cf4
README.md
@@ -75,6 +75,11 @@ This code is compiled into Wasm bytecode as part of the smart contract.
75
some given source code, allowing a
76
[similar contract verification algorithm](https://medium.com/coinmonks/how-to-verify-and-publish-on-etherscan-52cf25312945)
77
as Etherscan.
78
+
79
+ Building locally instead of using the docker image can
80
+ [leak some information about the directory structure of your system](https://github.com/CosmWasm/cosmwasm/issues/1918)
81
+ and makes the build non-reproducible.
82
83
- [serde-json-wasm](https://github.com/CosmWasm/serde-json-wasm) - A custom json
84
library, forked from `serde-json-core`. This provides an interface similar to
85
`serde-json`, but without any floating-point instructions (non-deterministic)
0 commit comments