Select the types of activity you want to include in your feed.
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}