I'm attempting to integrate onnxruntime with the blink renderer in order to 
categorize all JavaScript code and only download the ones labeled as 
"required" during subsequent visits to the website.


The onnxruntime consists of header files and a dynamic library file 
(libonnxruntime.so). How can I integrate (build and link) it with the 
Chromium browser, particularly the blink engine, so that I can utilize its 
functionality in the ScriptResource.cc file located in the 
blink/renderer/core/loader/resource directory?

-- 
You received this message because you are subscribed to the Google Groups 
"blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blink-dev+unsubscr...@chromium.org.
To view this discussion on the web visit 
https://groups.google.com/a/chromium.org/d/msgid/blink-dev/38231a16-3ca0-49b7-a207-9b3d7f513077n%40chromium.org.

Reply via email to