diff --git a/xmake.lua b/xmake.lua index d6ee3b7cd..783fc48d3 100644 --- a/xmake.lua +++ b/xmake.lua @@ -169,10 +169,9 @@ local modules = { } } --- Vulkan doesn't run on web and Newton does not (yet) compile using emscripten +-- Vulkan doesn't run on web if is_plat("wasm") then rendererBackends.VulkanRenderer = nil - modules.Physics3D = nil end if not has_config("embed_rendererbackends") then