Replies: 5 comments 17 replies
-
The idea is just to test the build script on two platforms, nix and ubuntu, to avoid any changes from breaking these two builds. I guess I am the only user for nix here, and most of the users will follow the build instructions for ubuntu. I'm fine removing the nix one. |
Beta Was this translation helpful? Give feedback.
-
@elalish if you comment assimp and gtest out, wasm builds just fine. but tests use meshio, so those fail 🤷 |
Beta Was this translation helpful? Give feedback.
-
@pca006132 if you remove these lines, shouldnt you be able to successfully run with the code I had here? |
Beta Was this translation helpful? Give feedback.
-
It works! Awesome team effort, all! https://elalish.github.io/manifold/bindings/wasm/examples/index.html |
Beta Was this translation helpful? Give feedback.
-
excited to have been pointed to this project! manifoldcad.org works but the simple demo being served here does not. |
Beta Was this translation helpful? Give feedback.
-
@makc @pca006132 I really want to serve some web examples on our Github pages so people can interact with our library live. I think the example with three.js is a perfect place to start. All we need is to make building that WASM library part of our
deploy.yml
script and add relevant files todeploy.sh
to get them served.One question: do we still need ourbuild_wasm
CI? It includes Assimp and our tests and everything - I wonder if this is really necessary any more? It seems a little odd to have two different WASM builds, but do we think it's important to independently test it? Curious what your thoughts are here.Beta Was this translation helpful? Give feedback.
All reactions