DelSkayn / rquickjs

High level bindings to the quickjs javascript engine
MIT License
431 stars 58 forks source link

Regenerate WASI bindings #301

Closed surma closed 2 months ago

surma commented 2 months ago

The bindings file for the wasm32-wasi target wasn’t regenerated. This fixes that.

(For others finding this PR: The workaround in the meantime is to enable the bindgen feature on the rquickjs crate).

DelSkayn commented 2 months ago

Hi thanks for the PR but, I added support for automated binding generation in CI for wasm in #298 so the bindings are already updated and will be automatically updated in the future. So this PR is no longer needed.