Switch to upstream freestanding support (#864)

Co-authored-by: Jake Archibald <jaffathecake@gmail.com>
This commit is contained in:
Ingvar Stepanyan
2021-01-06 17:16:10 +00:00
committed by GitHub
parent 7095ed2f7a
commit dfa7695a97
10 changed files with 48 additions and 104 deletions

View File

@@ -1,8 +1,6 @@
use oxipng::AlphaOptim;
use wasm_bindgen::prelude::*;
mod malloc_shim;
#[cfg(feature = "parallel")]
pub mod parallel;