google / schism

A self-hosting Scheme to WebAssembly compiler
Apache License 2.0
1.27k stars 65 forks source link

Pass options to Schism.Engine as a dictionary #88

Closed eholk closed 5 years ago

eholk commented 5 years ago

For context, see https://github.com/google/schism/pull/82#discussion_r311418305

To make it easier to accept new capabilities and configuration in the future, Schism.Engine should be refactored to take its filesystem object in a dict.

eholk commented 5 years ago

Thanks for the fix!