Stefan Mesken
Stefan Mesken
@nathanielsimard I think you understood correctly what I'm asking for. The reason the current system doesn't satisfy my needs can best be explained with two examples. 1. Suppose I want...
Please let me now if you'd like to see any changes. The decision I'm least confident/happy about/with is the ad-hoc creation of the custom header.
Could you provide a rough draft of what kind of information you'd like to include?
Right now, there isn't really a chapter on [Rust's FFI](https://doc.rust-lang.org/nomicon/ffi.html) in the cookbook and I'm wondering whether adding this (and related) examples would overreach the goals of the current treatment...
@gnzlbg There was a chapter about FFI in the old Rust book and it's still [mentioned in the new edition](https://doc.rust-lang.org/book/ch19-01-unsafe-rust.html?highlight=ffi#calling-an-unsafe-function-or-method). So it might indeed be a good idea to add...
Note that this will also require updating `mdbook` to at least version `0.3.0`.
@AndyGauge is still around -- don't worry. As it is the nature with these side projects, attention/activity will fluctuate.
I have not. Please go ahead and start working on this. In case you run into issues or want an outside opinion, don't be shy to reach out. Looking forward...
`cargo web build --target=wasm32-unknown-unknown --release` should do the trick. Here's some relevant documentation: https://github.com/koute/cargo-web
Swipe gestures are, imo, the best way to implement this. So, if someone decides to take this on, I'd recommend using [Hammer.js](https://hammerjs.github.io).