Skip to content

Commit

Permalink
Merge pull request #129 from 0xazure/issues/127
Browse files Browse the repository at this point in the history
provide more details about mod utils
  • Loading branch information
fitzgen committed Oct 29, 2018
2 parents 3177177 + d3f2d6c commit ac58f38
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/game-of-life/hello-world.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,10 @@ pub fn greet() {

### `wasm-game-of-life/src/utils.rs`

The `src/utils.rs` module provides a couple included batteries that we will use
later in the tutorial. We can ignore it for now.
The `src/ustils.rs` module provides common utilities to make working with Rust
compiled to WebAssembly easier. We will take a look at some of these utilities
in more detail later in the tutorial, such as when we look at [debugging our wasm
code](debugging.html), but we can ignore this file for now.

## Build the Project

Expand Down

0 comments on commit ac58f38

Please sign in to comment.