An open API service indexing awesome lists of open source software.

https://github.com/sile/hls_wasm

WebAssembly HLS client written in Rust
https://github.com/sile/hls_wasm

hls rust webassembly

Last synced: about 1 year ago
JSON representation

WebAssembly HLS client written in Rust

Awesome Lists containing this project

README

          

hls_wasm
=========

Build
------

```console
$ rustup target add wasm32-unknown-unknown --toolchain nightly
$ cargo +nightly build --target=wasm32-unknown-unknown --release
```