Skip to content

Commit

Permalink
add support for wasm standalone
Browse files Browse the repository at this point in the history
  • Loading branch information
paulocoutinhox committed Sep 13, 2024
1 parent a77417d commit c04cd05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/wasm.py
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,8 @@ def run_task_generate():
l.colored("Compiling ES6 module with emscripten...", l.YELLOW)
es6_command = [
*base_command,
"-s" "EXPORT_ES6=1",
"-s",
"EXPORT_ES6=1",
"-o",
os.path.join(gen_out_dir, "pdfium.esm.js"),
]
Expand Down

0 comments on commit c04cd05

Please sign in to comment.