spacebudz / lucid

Lucid is a library, which allows you to create Cardano transactions and off-chain code for your Plutus contracts in JavaScript, Deno and Node.js.
https://lucid.spacebudz.io
MIT License
339 stars 139 forks source link

fix: missing deno shim in esm build #171

Closed sk-shishi closed 1 year ago

sk-shishi commented 1 year ago

Without it, WASM fails to load for me in Node.js env.

alessandrokonrad commented 1 year ago

Thank you for this, somehow oversaw this... I had to fix the issue a bit differently to not break the web bundle. Lucid 0.9.7 should work in all environments again.

sk-shishi commented 1 year ago

Thank you!