We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
According to the lib documentation, WasmBoy is a singleton. Is there a way to create multiple instances of a Gameboy emulator?
WasmBoy
The text was updated successfully, but these errors were encountered:
@JSH32 Hello! My apologies for the late reply, I recently started a tech break, so I took a week or so away from Github 😄
But yes! WasmBoy is a single ton, your best bet to create multiple instances, is to use WasmBoyLib directly, to create your own WasmBoy object: https://github.com/torch2424/wasmboy/blob/master/lib/index.js
WasmBoyLib
I was actually thinking of making it not a singleton, so hopefully whenever I get the time to pick this project back up, I'll go ahead and do that 😄
Sorry, something went wrong.
Seems that its just binding everything to WasmBoyLib and that its also a singleton... Ah I see the factory is the actual class
torch2424
No branches or pull requests
According to the lib documentation,
WasmBoy
is a singleton. Is there a way to create multiple instances of a Gameboy emulator?The text was updated successfully, but these errors were encountered: