onerom-wasm 0.3.4

One ROM Supporting Tooling Web Assembly Implementation
{
    "version": 1,
    "description": "Phase 4 boot logging test",
    "rom_sets": [
        {
            "type": "banked",
            "roms": [
                {
                    "file": "https://www.zimmers.net/anonftp/pub/cbm/firmware/computers/c64/characters.901225-01.bin",
                    "type": "2332",
                    "cs1": "active_low",
                    "cs2": "active_high"
                },
                {
                    "file": "https://raw.githubusercontent.com/patrickmollohan/c64-fonts/refs/heads/master/original/c64.bin",
                    "type": "2332",
                    "cs1": "active_low",
                    "cs2": "active_high"
                }
            ]
        },
        {
            "type": "single",
            "roms": [
                {
                    "file": "https://www.zimmers.net/anonftp/pub/cbm/firmware/computers/c64/kernal.901227-03.bin",
                    "type": "2364",
                    "cs1": "active_low"
                }
            ]
        }
    ]
}