What's everyone working on this week (6/2018)?

I love that zbox logo!

1 Like

Adding support to select which extended tools will be installed with rust: https://github.com/rust-lang/rust/pull/48015

1 Like

O’Reilly/RustProgramming

BTW (@shanedora ): You can get a digital book version (and many more books about Functional Programming) as a Humble Book Bundle ...

3 Likes

@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.