react-native has some impressive bridging machinery:
github.com/facebook/react
github.com/facebook/react
github.com/facebook/react
Conversation
Really looks impressive. It's a pity that RCTWebViewExecutor is currently debug-only, so no way of using apis like WebAudio.
2
Replying to
Hm, but the point of react-native is to use native implementations of this stuff. You could write a bridge for AVAudioPlayer…
Replying to
Right. Was just a thought: react-native makes mobile more accessible for web devs, so better reuse existing popular apis.
3
Which doesn't invalidate your point - it's just WebAudio is huge and changing, possible maintenance issues for the wrapper.

