Skip to content

Commit

Permalink
update version to 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
twiddlingbits committed Jun 15, 2024
1 parent 184b804 commit d026aa6
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions azure/docsite/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
<div class="section" itemprop="articleBody">

<h1 id="cc-runtime-for-web-assembly">C/C++ Runtime for Web Assembly</h1>
<p><strong>Docs for twr-wasm Version 2.0.3</strong></p>
<p><strong>Docs for twr-wasm Version 2.0.4</strong></p>
<p>twr-wasm is a simple, lightweight and easy to use C/C++ library for building Web Assembly 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 cool features. 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, or use a C/C++ 2D drawing api (that is compatible with JavaScript Canvas APIs) to draw to a <code>&lt;canvas&gt;</code> element. You can run blocking C/C++. </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 Expand Up @@ -308,5 +308,5 @@ <h2 id="post-feedback">Post Feedback</h2>

<!--
MkDocs version : 1.5.3
Build Date UTC : 2024-06-15 17:22:34.381799+00:00
Build Date UTC : 2024-06-15 17:55:42.574870+00:00
-->
2 changes: 1 addition & 1 deletion azure/docsite/search/search_index.json

Large diffs are not rendered by default.

Binary file modified azure/docsite/sitemap.xml.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# C/C++ Runtime for Web Assembly
**Docs for twr-wasm Version 2.0.3**
**Docs for twr-wasm Version 2.0.4**

twr-wasm is a simple, lightweight and easy to use C/C++ library for building Web Assembly code directly with clang. It solves some common use cases with less work than the more feature rich emscripten.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "twr-wasm",
"version": "2.0.3",
"version": "2.0.4",
"description": "A lightweight and easy to use C/C++ runtime for wasm. Execute C/C++ code in a browser using Web Assembly.",
"keywords": [
"wasm",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# C/C++ Runtime for Web Assembly
**Version 2.0.3**
**Version 2.0.4**

twr-wasm is a simple, lightweight and easy to use C/C++ library for building Web Assembly code directly with clang. It solves some common use cases with less work than the more feature rich emscripten.

Expand Down

0 comments on commit d026aa6

Please sign in to comment.