Portable-Network-Archive / liblzma-rs

Bindings to liblzma in Rust (xz streams in Rust)
Apache License 2.0
12 stars 5 forks source link

Enhance wasm-shim #98

Closed ChanTsune closed 5 months ago

ChanTsune commented 5 months ago

Improved ease of compiling to WebAssembly targets (wasm32-wasi, wasm32-unknown-unknown). enhancements to wasm-shim to enable compiling against WebAssembly targets without wasi-sdk.

close #80