Skip to content

Commit

Permalink
Deploying to gh-pages from @ da0a164 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Meakk committed Oct 14, 2024
1 parent 6cbfd3d commit 030d8e2
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 1 deletion.
Binary file added web/f3d.data
Binary file not shown.
19 changes: 19 additions & 0 deletions web/f3d.js

Large diffs are not rendered by default.

Binary file added web/f3d.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion webassembly/F3DEmscriptenBindings.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ EMSCRIPTEN_BINDINGS(f3d)

// f3d::scene
emscripten::class_<f3d::scene>("Scene")
.function("supported", &supported, emscripten::allow_raw_pointers())
.function("supports", &supports, emscripten::allow_raw_pointers())
.function("add", &add, emscripten::allow_raw_pointers())
.function("clear", &clear, emscripten::allow_raw_pointers());

Expand Down
2 changes: 2 additions & 0 deletions webassembly/build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

set -euo pipefail

cmake -S /src -B /build \
-DBUILD_SHARED_LIBS=OFF \
-DF3D_STRICT_BUILD=ON \
Expand Down

0 comments on commit 030d8e2

Please sign in to comment.