Luke 10X
Luke 10X
I ended up writing my own quick-and-dirty hook using `api.getRunningQueryPromise` as @phryneas mentioned in previous comments: ``` // Simplified version of QueryActionCreatorResult interface WrappedData { data: T } export const...
> Thank you for updating this repo! Unfortunately, I have an issue. I used your config and script. I can reach the page with https but it is still unsafe...
I have the same issue. As a workaround, I use this patch: ``` diff --git a/emscripten/pdcscrn.c b/emscripten/pdcscrn.c index d919efd..4e9b55d 100644 --- a/emscripten/pdcscrn.c +++ b/emscripten/pdcscrn.c @@ -161,7 +161,7 @@ int PDC_color_content(short...
In Emscpripten I get Assimp code after 5.4.2 built with the following command: export CXXFLAGS="-s DISABLE_EXCEPTION_CATCHING=0" emcmake cmake \ -DASSIMP_BUILD_TESTS=OFF \ -DASSIMP_BUILD_ZLIB=OFF \ -DASSIMP_BUILD_ASSIMP_TOOLS=OFF \ -DASSIMP_INSTALL_PDB=OFF \ -DBUILD_SHARED_LIBS=OFF \ $SRC_DIR...