Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yaxingson/webassembly-demos
https://github.com/yaxingson/webassembly-demos
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yaxingson/webassembly-demos
- Owner: yaxingson
- License: mit
- Created: 2024-07-03T12:00:57.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-18T14:15:00.000Z (7 months ago)
- Last Synced: 2024-11-06T07:41:57.182Z (3 months ago)
- Language: C++
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WebAssembly
> wasm: 体积小且加载快的二进制格式
`机器字节码`
```js
WebAssembly.compile()const instance = new WebAssembly.Instance()
```
# WebRTC
WebRTC(Web Real-Time Communication): 互联网浏览器间`实时通信`的平台
> SDP协议和媒体协商(通讯双方交换SDP信息的过程)
NAT(Network Address Transition, 网络地址转换)
```js
```