Re: [v8-dev] VTune Build for embedders using wasm-c-api

2023-06-15 Thread 'Andreas Haas' via v8-dev
Hello Rahul, such a patch should be fine. Thank you very much. Cheers, Andreas On Mon, Jun 12, 2023 at 9:02 PM Rahul S Chaphalkar < rahul.s.chaphal...@intel.com> wrote: > Hello, > I am looking to submit a patch to enable vtune support while building wee8 > library. This will be for bazel build.

[v8-dev] VTune Build for embedders using wasm-c-api

2023-06-12 Thread Rahul S Chaphalkar
Hello, I am looking to submit a patch to enable vtune support while building wee8 library. This will be for bazel build. Currently, the flag `v8_enable_vtunejit` is not supported in bazel, so I'd be enabling this, conditionally enabling vtune code event handler in wasm/c-api.cc, so that embedder