https://github.com/aumetra/twitch-stream-extractor-js
WASM bindings for twitch-stream-extractor
https://github.com/aumetra/twitch-stream-extractor-js
Last synced: 4 months ago
JSON representation
WASM bindings for twitch-stream-extractor
- Host: GitHub
- URL: https://github.com/aumetra/twitch-stream-extractor-js
- Owner: aumetra
- License: mit
- Created: 2021-02-25T16:19:11.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-25T16:19:49.000Z (over 4 years ago)
- Last Synced: 2024-12-29T22:32:23.645Z (5 months ago)
- Language: Rust
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# twitch-stream-extractor-js
WASM bindings for [twitch-stream-extractor](https://github.com/smallglitch/twitch-stream-extractor)
## Building
Requires `wasm-pack`
NodeJS:
```
wasm-pack build --target nodejs
```Browser:
```
wasm-pack build --target web
```