I do not have a web development background but have a rough idea on how to go about using the Emacsen SDK to compile my code to asm.js from C++, which I am familiar with and would like to stick to as much as possible.
I am aiming to be able to do things like access browser tabs, group/reorder them and communicate some of their state to external program like Emacs.
I am unsure if it is possible for WASM code to access the chromium browser api like this (eg to access tabs)?
I do not have a web development background but have a rough idea on how to go about using the Emacsen SDK to compile my code to asm.js from C++, which I am familiar with and would like to stick to as much as possible.
I am aiming to be able to do things like access browser tabs, group/reorder them and communicate some of their state to external program like Emacs.
I am unsure if it is possible for WASM code to access the chromium browser api like this (eg to access tabs)?