This uses a WebAssembly()

in webapp/src/components/hash-card/hash-card.tsx [32:42]


          This uses a WebAssembly (WASM) module to calculate the SHA-256 hash of your input text
          below.
        </p>
      </header>

      <div>
        <label>
          <textarea
            className='w-full p-2 outline-none focus:border-orange-400 border-2 text-blue-600'
            placeholder='Input your text here.'
            value={input}