diff --git a/posts/2023-07-31_wasm-game-of-life-1.md b/posts/2023-07-31_wasm-game-of-life-1.md index 4d5ee0d..3136876 100644 --- a/posts/2023-07-31_wasm-game-of-life-1.md +++ b/posts/2023-07-31_wasm-game-of-life-1.md @@ -3,7 +3,6 @@ title: Pure Wasm Game of Life subtitle: Because I'm truly a pedant at heart script: wasm-life-1/controller.js wasm: wasm-life-1/game.wat -unlisted: true --- Lately in doing research on WebAssembly I've been looking around for examples