ruffle/web
David Wendt 491d94c947 Pinbox all Futures.
Due to some strangeness with the way Rust implemented unsafe-to-move behavior, boxed futures are implicitly `Unpin`. Which is useless to us.

The reason for this is a little counter-intuitive. Actually, the fact that Rust supports memory pinning at all is a little odd, because the core language explicitly requires all types be movable. To get around this, Pin requires that all !Unpin types be *born pinned*. This is because you can't re-pin an already unpinned value in memory.

Anyway, this necessitates this silly API change.
2020-02-21 23:44:05 -05:00
..
demo web: Update npm dependencies 2019-12-09 16:16:42 -08:00
extension Build the extension using webpack, the same as the local version. 2020-01-10 22:10:43 -05:00
js-src web: Add missing returns to RufflePlayer.local/local_compatible 2020-01-13 12:28:30 -08:00
selfhosted build(deps-dev): bump webpack-cli in /web/selfhosted 2020-02-12 01:59:04 +00:00
src Pinbox all Futures. 2020-02-21 23:44:05 -05:00
Cargo.toml Extremely basic impl of fetch/spawn methods for getting data off the web 2020-02-21 23:44:05 -05:00