Created
March 25, 2022 15:10
-
-
Save CJSmith-0141/2bf456287da4c4305abf4144fac80dc5 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| // Import the WebAssembly memory at the top of the file. | |
| import { memory } from "wasm-game-of-life/wasm_game_of_life_bg"; | |
| // . . . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment