jussiniinikoski / wasm-pdf

Generate PDF files with JavaScript and WASM (WebAssembly)
Apache License 2.0
479 stars 51 forks source link

feat: rewrite wasm exports api #38

Closed axetroy closed 1 year ago

axetroy commented 1 year ago

fixed: #37

remove old exported functons print_document and run and others callback.

just take one function generate_pdf_bytes and it returns bytes directly.

NOTE:

Compilation and examples have been tested in my environment

/cc @jussiniinikoski

jussiniinikoski commented 1 year ago

I am going to archive this repo, so please use your fork for whatever you need.