diff --git a/docs/index.md b/docs/index.md index 2c9f502c..40e794e6 100644 --- a/docs/index.md +++ b/docs/index.md @@ -6,7 +6,7 @@ description: An easier way to create C/C++ WebAssembly. Unlike emscripten, use c # Learn WebAssembly with twr-wasm
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. diff --git a/package.json b/package.json index 349d26be..b0453a90 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/readme.md b/readme.md index c77ede21..19bc0bd9 100644 --- a/readme.md +++ b/readme.md @@ -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.