Created
May 8, 2023 19:01
-
-
Save sjdonado/fa411f567c13aec65319b178d77c8270 to your computer and use it in GitHub Desktop.
Tower of Hanoi in P5.js + WASM - Dev.to
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const wasmWorker = new Worker(new URL('../workers/hanoi.js', import.meta.url), { | |
type: 'module', | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment