UNPKG

musashi-wasm

Version:

M68k Musashi WebAssembly (default and Perfetto profiling builds)

43 lines (42 loc) 752 B
{ "name": "musashi-wasm", "version": "0.1.5", "description": "M68k Musashi WebAssembly (default and Perfetto profiling builds)", "license": "MIT", "author": "mblsha", "repository": { "type": "git", "url": "git+https://github.com/mblsha/musashi-wasm.git" }, "keywords": [ "m68k", "68000", "motorola", "emulator", "wasm", "webassembly", "perfetto", "tracing" ], "type": "module", "exports": { ".": { "import": "./index.mjs" }, "./perf": { "import": "./perf.mjs" } }, "main": "./index.mjs", "files": [ "dist/*", "index.mjs", "perf.mjs", "README.md", "LICENSE" ], "publishConfig": { "access": "public", "provenance": true } }