it was pretty hellish getting it all glued togethe...
# webassembly
m
it was pretty hellish getting it all glued together. specifically I'm not sure why I need to manually add the importmap inside index.html to get the npm assets to load :
Copy code
{
  "imports": {
    "@noble/secp256k1": "./@noble/secp256k1/index.js",
    "@noble/hashes": "./@noble/hashes/esm/hmac.js",
    "@noble/hashes/crypto": "/@noble/hashes/esm/crypto.js"
  }
}