This commit is contained in:
RaWa 2019-01-14 22:28:00 +01:00 committed by GitHub
parent e05e71abe3
commit 243db624bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,6 @@ This process will do something similar to:
```
# Generate the .wasm file
emcc localtime.c -o localtime.js
# Delte the js file, as we don't need it
# Delete the js file, as we don't need it
rm localtime.js
```