0.1.0 • Published 9 months ago

@owdproject/app-wasmboy v0.1.0

Weekly downloads
-
License
GPL-3.0-or-later
Repository
-
Last release
9 months ago

Overview

This app for Open Web Desktop is a Game Boy emulator based on torch2424/wasmboy.

Installation

  1. Navigate to your client folder in your terminal:

    cd owd-client
  2. Install the desktop module using npm or yarn:

    npm install @owdproject/app-wasmboy
  3. Register the application in your desktop configuration file:

    // owd.config.ts
    export default defineDesktopConfig({
        apps: [
            '@owdproject/app-wasmboy',
        ]
    })

License

The application is released under the GNU General Public License v3.

0.1.0

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago