Update deps
Signed-off-by: jmug <u.g.a.mariano@gmail.com>
This commit is contained in:
parent
759678d46b
commit
6e0c3fc8a5
97 changed files with 18164 additions and 2 deletions
19
clay-0.13/examples/clay-official-website/build.sh
Executable file
19
clay-0.13/examples/clay-official-website/build.sh
Executable file
|
|
@ -0,0 +1,19 @@
|
|||
mkdir -p build/clay \
|
||||
&& clang \
|
||||
-Wall \
|
||||
-Werror \
|
||||
-Os \
|
||||
-DCLAY_WASM \
|
||||
-mbulk-memory \
|
||||
--target=wasm32 \
|
||||
-nostdlib \
|
||||
-Wl,--strip-all \
|
||||
-Wl,--export-dynamic \
|
||||
-Wl,--no-entry \
|
||||
-Wl,--export=__heap_base \
|
||||
-Wl,--export=ACTIVE_RENDERER_INDEX \
|
||||
-Wl,--initial-memory=6553600 \
|
||||
-o build/clay/index.wasm \
|
||||
main.c \
|
||||
&& cp index.html build/clay/index.html && cp -r fonts/ build/clay/fonts \
|
||||
&& cp index.html build/clay/index.html && cp -r images/ build/clay/images
|
||||
Loading…
Add table
Add a link
Reference in a new issue