Skip to content

Commit

Permalink
Update docs/docs/tutorials/noirjs_app.md
Browse files Browse the repository at this point in the history
Co-authored-by: josh crites <jc@joshcrites.com>
  • Loading branch information
signorecello and critesjosh authored Dec 16, 2024
1 parent a984ab2 commit 5b7bbe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/tutorials/noirjs_app.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ const backend = new UltraHonkBackend(program.bytecode);

:::warning

WASMs are not always easy to work with. In our case, `vite` likes serving them with the wrong MIME type. There are different fixes but we found the easiest one is just YOLO instantiating the WASMs manually. Paste this at the top of the file, and it will work just fine:
WASMs are not always easy to work with. In our case, `vite` likes serving them with the wrong MIME type. There are different fixes but we found the easiest one is just YOLO instantiating the WASMs manually. Paste this at the top of the file, just below the other imports, and it will work just fine:

```js
import initNoirC from "@noir-lang/noirc_abi";
Expand Down

0 comments on commit 5b7bbe5

Please sign in to comment.