Did you hear the rumour? Quiet luxury is taking a career break. This season, stealth wealth staples are rescinding their trend status to an emerging competitor.

Understanding the Context

Say ‘hello’ (again) to ruffles. You’ve ... Ruffle is a Flash Player emulator written in Rust. Ruffle targets both desktop and the web using WebAssembly.

Key Insights

Ruffle Player is a Flash emulator supporting SWF files, enabling users to copy, cut, and paste functions effectively. ruffle-core ruffle-core is the core javascript bindings to the Wasm ruffle-web binary, and contains the actual public API. Using ruffle-core For more examples and in-depth documentation on how to use Ruffle on your website, please check out our wiki. Host Ruffle The core package is configured for websites that build and bundle their files ... It's been a very busy 2023 for Ruffle, so much so that we didn't find the time to write a new progress report with everything going on!

Final Thoughts

Let's fix that! Until recently, Ruffle's text input was a terrible example of this; shortcuts barely worked, you couldn't highlight text, scrolling was unlikely and it was just generally wonky. The amazing @kjarosh has been working hard on fixing this, making text inputs closer to Flash and feel just oh so much better. Get ready for the biggest Ruffle announcement yet! And the first one on the blog! - [packages/demo](packages/demo) is an example node package of how to use self-hosted ruffle on your site, and testing it locally.

## Contributing Please follow the [general contribution guidelines for Ruffle](../CONTRIBUTING.md). In addition to those, we ask that you ensure that you pass all tests with `npm run test`, and check the automatic code