DelSkayn / rquickjs

High level bindings to the quickjs javascript engine
MIT License
434 stars 59 forks source link

Add support for building for wasi. #263

Closed DelSkayn closed 4 months ago

DelSkayn commented 4 months ago

This PR adds support for the wasm32-wasi target and supersedes #245 as it works with bindgen allowing automated creation of bindings.

Thanks to @mmoskal for creating the original PR!