mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-05 03:41:05 +00:00
Commit 8ace8287ff75214fe955bb1819df9e8aa216d325 made the argument to the generated init() function optional (when the target is "web"), but it is still marked as required in the generated .d.ts file. Fix the generated declaration to match the function definition again.