forked from edin/raytracer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add WebAssembly test with a little bit macro changes in RayTracer.c.
- Loading branch information
wxfred
committed
Apr 3, 2022
1 parent
b5b8044
commit e671cea
Showing
3 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
emsdk_env.ps1 | ||
emcc ../c/RayTracer.c -O1 -s WASM=1 -s SINGLE_FILE=1 -o RayTracer.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
emsdk_env.ps1 | ||
emcc ../c/RayTracer.c -O3 -s WASM=1 -s SINGLE_FILE=1 -o RayTracer.html |