From 9b5ff31390bf59376cbd698820b3ba73d58462c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Hock?= Date: Tue, 12 Dec 2023 22:21:05 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ba69c61..7e35ee1 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,8 @@ Optionally specify following CMake options for custom builds: * `-DBUILD_SHARED_LIBS=ON` to enable a [shared](https://cmake.org/cmake/help/latest/variable/BUILD_SHARED_LIBS.html) library build, * `-DVCPKG=ON` to enable the [vcpkg](https://vcpkg.io) compatible library only build without executables, -* `-DDEB=ON` to enable the [deb](https://en.wikipedia.org/wiki/Deb_(file_format)) package build for library and main executable. +* `-DDEB=ON` to enable the [deb](https://en.wikipedia.org/wiki/Deb_(file_format)) package build for library and main executable, +* `-DWASM=ON` to enable the [wasm](https://emscripten.org) library build used in [demo](https://github.com/jurihock/stftPitchShiftDemo). ### Python