You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/smart_contract_sdk/build_contract.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ The components described in the table below constitute the build toolchain for s
36
36
37
37
|Toolchain Component | Version | Utility
38
38
|:--- |:--- | :--- |
39
-
rustc | 1.59.0 (9d1b2106e 2022-02-23) | Compiler for Rust. |
39
+
rustc | 1.63.0 (fd9c4297c 2022-07-01) | Compiler for Rust. |
40
40
wasm-snip | 0.4.0 | WASM utility which removes functions within the wasm file that are neither transitively called by helper methords or are never be called at runtime. |
41
41
wasm-opt | 109 | WASM utility to load WebAssembly in text format and run Binaryen IR passes to optimize its size. For more information on Binaryen IR see [here](http://webassembly.github.io/binaryen/). |
0 commit comments