ruffle/web/packages/core
Nathan Adams 8c36e02dc5 web: Rename fetch_ruffle to fetchRuffle 2020-11-24 16:36:33 -08:00
..
src web: Rename fetch_ruffle to fetchRuffle 2020-11-24 16:36:33 -08:00
test web: Rename VersionRange.from_requirement_string to 2020-11-24 16:36:33 -08:00
.eslintrc.json web: Include git details into the build 2020-11-04 16:46:14 -08:00
README.md chore: Document web with readmes 2020-05-27 00:11:02 -07:00
package.json web: core no longer uses webpack, but selfhosted still does 2020-11-24 16:36:33 -08:00
tsconfig.json web: Switched core package from javascript to typescript 2020-11-24 16:36:33 -08:00
webpack.config.js web: Switched core package from javascript to typescript 2020-11-24 16:36:33 -08: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.