1 2 3 4 5 6
#include <emscripten/fetch.h> int main(int argc, char *argv[]) { EM_ASM(authenticatedFetch("/products")); }