bjorn3 / browser_wasi_shim

A WASI shim for in the browser
Apache License 2.0
307 stars 41 forks source link

Define top-level "main" and "types" fields in package.json #78

Closed kateinoigakukun closed 4 months ago

kateinoigakukun commented 4 months ago

Some of bundler tools like Parcel do not support the "exports" field yet. This change defines the top-level "main" and "types" fields in package.json as a fallback.

bjorn3 commented 4 months ago

Thanks!