WebAssembly / design

WebAssembly Design Documents
http://webassembly.org
Apache License 2.0
11.41k stars 695 forks source link

WASM need to support more system apis. #1450

Closed karl-ford closed 8 months ago

karl-ford commented 2 years ago

Lately, I tried to play RTSP/RTMP stream in browser. Sadly, there is no way to support it now. WASM like a high performance Javascript, I can't use it to replace OCX/NPAPI/NaCl. OCX/NPAPI/NaCl were abused, but they could actually solve problems. WASM needs a security standard to do more!

frank-dspeed commented 2 years ago

your wrong wasm got it all i am trying to do a PoC At present but i can find no where a small rtmp implementation still searching.

sunfishcode commented 8 months ago

Adding new APIs to browsers is not within the scope for the WebAssembly CG here.