diff --git a/premake/premake4.lua b/premake/premake4.lua index 03e5858d0..22148e424 100644 --- a/premake/premake4.lua +++ b/premake/premake4.lua @@ -103,6 +103,10 @@ function exampleProject(_name, _uuid) "pthread", } + configuration { "asmjs" } + kind "ConsoleApp" + targetextension ".bc" + configuration { "linux-*" } links { "X11",