4#include <NDEVR/String.h>
5#include <NDEVR/Buffer.h>
17 class NDEVR_BASE_API WASMModuleLoader
36 static void AddSideModule(
const StringView& module_name,
const StringView& url);
42 static void BeginLoadingSideModules();
48 static uint04 TotalSideModules();
54 static uint04 LoadedSideModules();
60 static bool AllSideModulesLoaded();
63 static void OnModuleLoaded(
void* handle,
void* user_data);
64 static void OnModuleLoadFailed(
void* user_data);
65 static Buffer<SideModuleInfo> s_side_modules;
The primary namespace for the NDEVR SDK.
uint32_t uint04
-Defines an alias representing a 4 byte, unsigned integer -Can represent exact integer values 0 throu...