You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm also interested in a Rust implementation of draco decoding, and I'm curious what your plans are for this project.
My specific interest is in the wasm32-unknown-unknown target --- as for that target in particular it would take some effort to the C++ code to compile, because clang does not provide a C++ standard library when compiling for wasm32-unknown-unknown.
The text was updated successfully, but these errors were encountered:
I'm also interested in a Rust implementation of draco decoding, and I'm curious what your plans are for this project.
My specific interest is in the wasm32-unknown-unknown target --- as for that target in particular it would take some effort to the C++ code to compile, because clang does not provide a C++ standard library when compiling for wasm32-unknown-unknown.
The text was updated successfully, but these errors were encountered: