Skip to content

Instantly share code, notes, and snippets.

@sjdonado
Created May 8, 2023 19:01
Show Gist options
  • Save sjdonado/fa411f567c13aec65319b178d77c8270 to your computer and use it in GitHub Desktop.
Save sjdonado/fa411f567c13aec65319b178d77c8270 to your computer and use it in GitHub Desktop.
Tower of Hanoi in P5.js + WASM - Dev.to
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