wasmerio / rusty_jsc

Rust bindings for the JavaScriptCore engine.
MIT License
99 stars 7 forks source link

Updated API #9

Closed syrusakbary closed 1 year ago

syrusakbary commented 1 year ago

This PR updates the API by:

Note that this is WIP. But please add any comments on things that should be improved before merge

syrusakbary commented 1 year ago

I resolved most/all of the issues/concerns. I also improved the APIs to return Results when needed. Right now I think things should be shippable, since also all tests work end to end in Wasmer.

Merging!