Browse Source

Update README

Daniel Sanchez 1 year ago
parent
commit
d6697e10d0
1 changed files with 9 additions and 4 deletions
  1. 9 4
      README.md

+ 9 - 4
README.md

@@ -13,13 +13,18 @@ Among those imported functions are functions that draw things on a canvas, e.g.
 
 
 ## Build
 ## Build
 
 
-To build the wasm module, run:
+Tested in version:
+```shell
+$ zig version
+0.12.0-dev.271+5cc1831ca
+```
 
 
+To build the wasm module, run:
 ```shell
 ```shell
-$ zig build game -Drelease=true --verbose
+$ zig build
 
 
-$ ls game.*
-game.o    game.wasm (7.2K)
+$ ls zig-out/lib/
+DodgeBallz.wasm
 ```
 ```
 
 
 ## Run
 ## Run