ruffle/web/packages/core
dependabot-preview[bot] 94ad4a82c4 build(deps-dev): bump mocha from 7.2.0 to 8.0.1 in /web
Bumps [mocha](https://github.com/mochajs/mocha) from 7.2.0 to 8.0.1.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v7.2.0...v8.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-11 10:04:46 -07:00
..
src web: Fix frame polyfill 2020-05-26 23:56:36 -07:00
test web: Made VersionRange actually work, and add tests for it 2020-05-23 10:35:53 -07:00
.eslintrc.json web: Move each web package into a packages/ directory 2020-05-19 11:42:53 +02:00
README.md chore: Document web with readmes 2020-05-27 00:11:02 -07:00
index.js web: Switch to using commonjs style require/exports 2020-05-19 11:42:55 +02:00
package-lock.json build(deps-dev): bump mocha from 7.2.0 to 8.0.1 in /web 2020-06-11 10:04:46 -07:00
package.json build(deps-dev): bump mocha from 7.2.0 to 8.0.1 in /web 2020-06-11 10:04:46 -07:00
webpack.config.js web: Simplified export interface of ruffle-core 2020-05-19 11:42:54 +02:00

README.md

ruffle-core

ruffle-core is the core javascript bindings to the Wasm ruffle-web binary, and contains the bulk of the public API.

Using ruffle-core

Please do not use this package directly, either use ruffle-selfhosted or ruffle-extension. This page may be merged into ruffle-selfhosted at a later date.

Building, testing or contributing

Please see the ruffle-web README.