asstosrt-wasm
asstosrt-wasm copied to clipboard
Convert ASS/SSA subtitles to SRT format with browser.
Bumps [thread_local](https://github.com/Amanieu/thread_local-rs) from 1.0.1 to 1.1.4. Commits 4a54e57 Bump version to 1.1.4 ebf8b45 Merge pull request #34 from ibraheemdev/patch-1 3d69afa Fix memory ordering in RawIter::next c7d8dcd Bump version to 1.1.3...
Bumps [regex](https://github.com/rust-lang/regex) from 1.3.4 to 1.5.5. Changelog Sourced from regex's changelog. 1.5.5 (2022-03-08) This releases fixes a security bug in the regex compiler. This bug permits a vector for a...
Bumps [bumpalo](https://github.com/fitzgen/bumpalo) from 3.2.0 to 3.10.0. Changelog Sourced from bumpalo's changelog. 3.10.0 Released 2022-06-01. Added Implement bumpalo::collections::FromIteratorIn for Option and Result, just like core does for FromIterator. Implement bumpalo::collections::FromIteratorIn for...
https://lab.sorz.org/tools/asstosrt/ 这个版本能正常使用,而在 GitHub 的本项目前的 11c8a7e 无法正常使用。 编码是 UTF-16 LE 样本 [SuzumiyaS01.zip](https://github.com/sorz/asstosrt-wasm/files/7953323/SuzumiyaS01.zip)
Since it's webassembly, I guess this can publish to npm using `wasm-pack` or something.
Bumps [bumpalo](https://github.com/fitzgen/bumpalo) from 3.2.0 to 3.12.0. Changelog Sourced from bumpalo's changelog. 3.12.0 Released 2023-01-17. Added Added the bumpalo::boxed::Box::bump and bumpalo::collections::String::bump getters to get the underlying Bump that a string or...