Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Embed wasm binary in single js file #3

Merged
merged 5 commits into from
Jan 19, 2024
Merged

Embed wasm binary in single js file #3

merged 5 commits into from
Jan 19, 2024

Commits on Jan 19, 2024

  1. chore(lib): upgrade pdfium binary version to 6183

    - embed wasm binary in loader js
    - update wasm module type
    - remove previous .wasm binary
    Jaewoook committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    fdd745d View commit details
    Browse the repository at this point in the history
  2. refactor(loader): update main module

    - refactor function and type name
    - remove unused options
    - export FPDF type interface
    Jaewoook committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    c286b23 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    50a3aef View commit details
    Browse the repository at this point in the history
  4. chore(version): bump version to 0.2.0-rc.1

    - remove unused deps
    - add CHANGELOG.md
    Jaewoook committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    69948ff View commit details
    Browse the repository at this point in the history
  5. docs: update README

    Jaewoook committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    a13343f View commit details
    Browse the repository at this point in the history