Skip to content

Commit 06bed1f

Browse files
author
Shrike
committed
Cleanup
1 parent 3927972 commit 06bed1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Compile C to WebAssembly
1+
# Compile C to WebAssembly Experiment
22

33
## Dependancies
44

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ wasm-ld-8 \
3535
--lto-O3 \
3636
--allow-undefined \
3737
-z,stack-size=$[8 * 1024 * 1024] \
38-
-o main.wasm \
38+
-o main.wasm \
3939
main.o
4040

4141
# Done

0 commit comments

Comments
 (0)