### Issue description WASM bindings do not work with ESM ### Version v0.1.3 ### Expected behaviour bindings work ### Actual behaviour since in package.json just `files` are exported in an ESM project you can't consume from directories like `node` and `web` ### Can the issue reliably be reproduced? Yes ### Steps to reproduce the issue 1. create esm project 2. try to import from /node or /web ### Errors ModuleNotFound ### Duplicate declaration - [X] I have searched the issues tracker this issue and there is none
Issue description
WASM bindings do not work with ESM
Version
v0.1.3
Expected behaviour
bindings work
Actual behaviour
since in package.json just
filesare exported in an ESM project you can't consume from directories likenodeandwebCan the issue reliably be reproduced?
Yes
Steps to reproduce the issue
Errors
ModuleNotFound
Duplicate declaration