Pinku Deb Nath

Results 7 comments of Pinku Deb Nath

I am trying to setup wasm and I got this error below when building XNNPACK, no idea how to proceed ```bash ERROR: /root/.cache/bazel/_bazel_root/f39021be9f712a854cfac67637005ae8/external/XNNPACK/BUILD.bazel:804:36: Compiling external/XNNPACK/avxvnniint8_prod_microkernels.c failed: (Exit 1): gcc failed:...

@ginesmartinezros If you can build and run the branch then you can comment out in the cpp (probably [this](https://github.com/prantoran/mediapipe/blob/latest_wasm/hello-world/main.cpp#L866)), build using `make build` from root dir and comment out the...

For setting up the compilation, I was looking into how [tfjs-backend-wasm](https://github.com/tensorflow/tfjs/tree/master/tfjs-backend-wasm) was setup. I did clean up the cache using `bazel clean --expunge` but did not work.

I have not one yet, but in my investigation, I found that they can be in pain text in UTF8 format. For a toy RAR5 SFX, I get the following...

Sounds cool, I can try to submit a pr with local changes and add cmake build option for the patch, super excited for the first pr and learning ^_^

> IMO, if this is right for the project, it may be better as a runtime format-specific option which can be set via `archive_read_set_options` rather than a compile-time option. That...

Hey @DHowett, I added option to enable at runtime using `archive_read_set_options()`. Are there any improvements or any steps that I missed? Also, thank you for reviewing!