0.1.0 • Published 9 months ago
@owdproject/app-wasmboy v0.1.0
Overview
This app for Open Web Desktop is a Game Boy emulator based on torch2424/wasmboy.
Installation
Navigate to your client folder in your terminal:
cd owd-clientInstall the desktop module using npm or yarn:
npm install @owdproject/app-wasmboyRegister 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.