Files
liblc3/Makefile
David Duarte e67bb2d07d wasm: Add a wasm liblc3 library
The wasm library is automatically built when the compiler target
is set to wasm32 in bin/liblc3.wasm.

This can be done using `make CC="clang --target=wasm32"`.

This wasm library doesn't have any import and expose all liblc3
functions.
2024-02-20 17:03:52 -08:00

3.9 KiB