Skip to content

Commit

Permalink
add build (code) artifacts to main
Browse files Browse the repository at this point in the history
  • Loading branch information
twiddlingbits committed Jul 19, 2024
1 parent 7aaa480 commit cbe25a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion azure/docsite/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1327,7 +1327,7 @@

<h1 id="learn-webassembly-with-twr-wasmdocumentation-and-examples">Learn WebAssembly with twr-wasm<br>Documentation and Examples</h1>
<h2 id="easier-cc-webassembly">Easier C/C++ WebAssembly</h2>
<p>Version 2.2.0</p>
<p>Version 2.2.1</p>
<p>twr-wasm is a simple, lightweight and easy to use library for building C/C++ WebAssembly code directly with clang. It solves some common use cases with less work than the more feature rich emscripten. </p>
<p>twr-wasm is easy to understand, and has some great features. You can call blocking functions. You can input and print streaming character i/o to a <code>&lt;div&gt;</code> tag, use a <code>&lt;canvas&gt;</code> element as an ANSI terminal, and use 2D drawing apis (that are compatible with JavaScript Canvas APIs) to draw to a <code>&lt;canvas&gt;</code> element. </p>
<p>twr-wasm allows you to run C/C++ code in a web browser. Legacy code, libraries, full applications, or single functions can be integrated with JavaScript and TypeScript.</p>
Expand Down
2 changes: 1 addition & 1 deletion azure/docsite/search/search_index.json

Large diffs are not rendered by default.

0 comments on commit cbe25a6

Please sign in to comment.