6 ms·
Would it be possible to run the flash plguin/runtime in wasm to get the benefits of flash (easy to produce, a lot of legacy content) with the sandbox of wasm?
by WorkLifeBalance 8y ago
Would it be possible to run the flash plguin/runtime in wasm to get the benefits of flash (easy to produce, a lot of legacy content) with the sandbox of wasm?
- gameswithgo 8y agosimple matter of programming!
- steveklabnik 8y agoIn theory, yup! I haven't seen anyone try it though.
- Vinnl 8y agoHa, maybe it's time for a WASM-revival of Gnash! [1] [1] https://www.gnu.org/software/gnash/ https://www.gnu.org/software/gnash/
- sebazzz 8y agoThat is only up to Adobe or the developers of that other OSS flash runtime/reimplementation.
- kodablah 8y agoNot too sure. You can probably lift it to LLVM bitcode, e.g. with [0], and compile back to WASM. But yes, not sure of the specific the DLL calls. 0 - https://github.com/trailofbits/mcsema https://github.com/trailofbits/mcsema