diff options
Diffstat (limited to 'src/talks/wasm')
| -rw-r--r-- | src/talks/wasm/index.html.raw | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/talks/wasm/index.html.raw b/src/talks/wasm/index.html.raw index 66f8a6d..d4e4a4e 100644 --- a/src/talks/wasm/index.html.raw +++ b/src/talks/wasm/index.html.raw | |||
| @@ -286,7 +286,7 @@ emcc -sEXPORTED_FUNCTIONS=_sum \ | |||
| 286 | <div class="columns"> | 286 | <div class="columns"> |
| 287 | <ul> | 287 | <ul> |
| 288 | <li>Write a web app that takes a single integer n as input | 288 | <li>Write a web app that takes a single integer n as input |
| 289 | and prints <strong>the number of prime numberss less than n</strong> when | 289 | and prints <strong>the number of prime numbers less than n</strong> when |
| 290 | the user presses a button.</li> | 290 | the user presses a button.</li> |
| 291 | <li>Solution: <a href=./examples/3-primes>examples/3-primes</a></li> | 291 | <li>Solution: <a href=./examples/3-primes>examples/3-primes</a></li> |
| 292 | </ul> | 292 | </ul> |
