Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
twiddlingbits committed Aug 10, 2024
2 parents 6a0c690 + dc6b400 commit b4d3070
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: An easier way to create C/C++ WebAssembly. Unlike emscripten, use c
# Learn WebAssembly with twr-wasm<br>Documentation and Examples

## Easier C/C++ WebAssembly
Version 2.4.1
Version 2.4.2

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.

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.4.1",
"version": "2.4.2",
"description": "twr-wasm provides a simple way to run C/C++ code in a web browser using WebAssembly.",
"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 @@
# Easier C/C++ WebAssembly
**Version 2.4.1**
**Version 2.4.2**

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.

Expand Down

0 comments on commit b4d3070

Please sign in to comment.