r-wasm / webr

The statistical language R compiled to WebAssembly via Emscripten, for use in web browsers and Node.
https://docs.r-wasm.org/webr/latest/
Other
805 stars 54 forks source link

Build RcppParallel with libtbb #381

Open StaffanBetner opened 3 months ago

StaffanBetner commented 3 months ago

I think we need a recipe for RcppParallel that bundles it with libtbb. I think that would solve e.g. this issue: https://github.com/r-universe-org/help/issues/335

StaffanBetner commented 3 months ago

Is this possible? Or am I completely off? @georgestagg