Skip to content

Commit 077dcb1

Browse files
committed
Minor tidy
1 parent 0792e7c commit 077dcb1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/webaudio/audioworklet_emscripten_locks.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@
1010
// - emscripten_lock_release()
1111
// - emscripten_get_now() in AW
1212

13-
// Build with emcc -sAUDIO_WORKLET -sWASM_WORKERS -pthread -O1 -g -o index.html audioworklet_emscripten_locks.c
14-
15-
// Values -1.5373, 77.2259, -251.4728
16-
// Values -0.9080, -42.4902, -250.6685
17-
1813
// Marks a function to be kept in the Module and exposed to script (instead of adding to EXPORTED_FUNCTIONS)
1914
#ifndef KEEP_IN_MODULE
2015
#define KEEP_IN_MODULE __attribute__((used, visibility("default")))

0 commit comments

Comments
 (0)