gameboy 0.1.5

Gameboy emulator written in Rust and WebAssembly
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "scripts": {
    "build": "webpack",
    "serve" : "webpack serve"
  },
  "engines" : { 
    "node" : ">=18.7.0"
  },
  "devDependencies": {
    "@wasm-tool/wasm-pack-plugin": "1.6.0",
    "text-encoding": "0.7.0",
    "html-webpack-plugin": "5.5.0",
    "webpack": "5.74.0",
    "webpack-cli": "4.10.0",
    "webpack-dev-server": "3.11.2"
  }
}