This includes a breaking change: bindings for variant cases are now named using a Variant_Case format instead of the previous VariantCase format. The goal is to avoid accidental name conflicts when e.g. VariantCase is already being used.
This also includes a fix for reading from and writing to the filesystem via preopens.
This includes a breaking change: bindings for variant cases are now named using a
Variant_Case
format instead of the previousVariantCase
format. The goal is to avoid accidental name conflicts when e.g.VariantCase
is already being used.This also includes a fix for reading from and writing to the filesystem via preopens.
Fixes #88