-
Notifications
You must be signed in to change notification settings - Fork 198
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #349 from GoogleChromeLabs/348-empscripten-failure
Fix Emscripten runtime failure
- Loading branch information
Showing
4 changed files
with
1,897 additions
and
2,283 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"version":"3.1.0","revision":"fce9086","lastUpdated":"2023-07-10","copyrightYear":2023} | ||
{"version":"3.1.0","revision":"7201485","lastUpdated":"2023-11-02","copyrightYear":2023} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# How to use wasm-supersaw example | ||
|
||
Unlike other AudioWorklet examples in this repository, this examples needs | ||
an additional step to build and compile. Follow the steps below: | ||
|
||
1. Install Emscripten in your development setup. Follow the instruction: | ||
https://emscripten.org/docs/getting_started/downloads.html | ||
|
||
2. Run `emcc -v` to confirm the Emscripten installation and its version. This | ||
example needs 3.1.48 or later to work correctly. (See | ||
[this issue](https://github.com/GoogleChromeLabs/web-audio-samples/issues/348) | ||
for details) | ||
|
||
3. In the terminal, run `make` to build the WASM file. | ||
|
||
4. Serve `index.html` file in the directoy. |
Oops, something went wrong.