superpoweredSDK/web-audio-javascript-webassembly-SDK-interactive-audio

Missing bitcode (Superpowered.bc) to link against

Closed this issue · 2 comments

Previous versions of Superpowered have included Emscripten bitcode file for linking custom WASM builds.

Documentation states:
The library is also available in Emscripten Bitcode format for custom WASM builds.

Will that not be supported going forward?

Correct, we removed the Bitcode format and will not continue supporting it. It was always an experimental part of the SDK. Please use our WASM features via the Javascript API.

Ouch... I was not expecting that. Spent a lot of time building a PoC where we build our C++ sound library and use it for Android, iOS and Web (through WASM and the static library).
I understand your decision but...