I love that zbox logo!
Adding support to select which extended tools will be installed with rust: https://github.com/rust-lang/rust/pull/48015
O’Reilly/RustProgramming
BTW (@shanedora ): You can get a digital book version (and many more books about Functional Programming) as a Humble Book Bundle ...
@wahn I was not aware of this Humble Book Bundle deal. Thanks!
Implementing the tool wasm-sign
The WebAssembly module signing and verification tool to proof authenticity and integrity of WebAssembly bytecodes. The signature is attached as Custom-Section to the end of the module. The signed module can be transfered over network. Recipients parsing the signed module will 'see' an additional Custom-Section of type 0 and name 'signature'. The Signature adds an overhead of 86 bytes.