···2233A demonstration of WebAssembly in LuaLaTex, based on a custom WebAssembly interpreter in pure Lua 5.3. Written for the SotonHack 2026 hackathon
4455-The WebAssembly interpreter itself, which is the bulk of the actual code, is in a separate repository (https://tangled.org/arthomnix.dev/lwasmlib).55+The WebAssembly interpreter itself, which is the bulk of the actual code, is in a separate repository (https://tangled.org/arthomnix.dev/lwasmlib).
66+(You will need to copy the lua files from that repository into the same folder as wasmtex.sty and your LaTeX file for things to work.)