mirror of
https://github.com/robonen/canvas-3d.git
synced 2026-03-20 02:44:40 +00:00
refactor(app): update deps, decomposition, formatting
This commit is contained in:
4
packages/matrix/run.sh
Normal file → Executable file
4
packages/matrix/run.sh
Normal file → Executable file
@@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env sh
|
||||
#!/bin/bash
|
||||
|
||||
docker run --rm \
|
||||
-v $(pwd)/src:/src \
|
||||
-v $(pwd)/dist:/dist \
|
||||
llvm \
|
||||
clang --target=wasm32 -O3 -fno-builtin -flto -nostdlib -Wl,--no-entry -Wl,--export-all -Wl,--lto-O3 -o /dist/matrix.wasm /src/matrix.c
|
||||
clang --target=wasm32 -O3 -fno-builtin -flto -nostdlib -Wl,--no-entry -Wl,--export-all /src/matrix.c
|
||||
|
||||
Reference in New Issue
Block a user