WebAssembly in LuaLaTeX (SotonHack 2026 project)
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

remove debug string in putint()

arthomnix 8025b29d 74386c2b

+1 -1
+1 -1
wasmtex.sty
··· 22 22 }, 23 23 env = { 24 24 putchar = function(x) io.write(string.char(x)) end, 25 - putint = function(x) print("DEBUG",x) end, 25 + putint = function(x) print(x) end, 26 26 }, 27 27 } 28 28 )