Example Rust program running in LuaLaTeX via WebAssembly
0
fork

Configure Feed

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

at main 8 lines 221 B view raw
1\documentclass{article} 2\usepackage{wasmtex} 3 4\begin{document} 5%\WASMTracingOn 6\WASMInstantiateFile{target/wasm32-unknown-unknown/release/tex_hello.wasm}{vm} 7\WASMCallExportedFunction{vm}{tex_hello}{42, 25} 8\end{document}