Skip to content

Instantly share code, notes, and snippets.

@PadreSVK
Last active May 16, 2019 01:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PadreSVK/4779047f6b52ba9d8511677dac5ac202 to your computer and use it in GitHub Desktop.
Save PadreSVK/4779047f6b52ba9d8511677dac5ac202 to your computer and use it in GitHub Desktop.
\begin{table}[!ht] %pozicia nech ti neuteka po texte
\centering
\caption{Štandardy W3C pre~WebAssembly} % popis + to čo sa zobrazi v TOC
\label{table:WasmW3C} % tymto sa odkazuješ
\begin{tabular}{c|c}
WebAssembly Core Specification & \url{https://www.w3.org/TR/wasm-core-1/} \\ \hline
WebAssembly JavaScript Interface & \url{https://www.w3.org/TR/wasm-web-api-1/} \\ \hline
WebAssembly Web API & \url{https://www.w3.org/TR/wasm-js-api-1/} \\
\end{tabular}
\end{table}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment