Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
Update docs/src/getting-started/dependencies.md
Browse files Browse the repository at this point in the history
Co-authored-by: Maciej Woś <[email protected]>
  • Loading branch information
deekerno and lostman authored Sep 18, 2023
1 parent f9d20f8 commit ca93c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/getting-started/dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Once installed, you can add PostgreSQL to your system by running `brew install p

## Web Assembly (WASM)

Two additonal cargo components will be required to build your indexers: `wasm-snip` and the `wasm32-unknown-unknown` target.
Two additional cargo components will be required to build your indexers: `wasm-snip` and the `wasm32-unknown-unknown` target.

> As of this writing, there is a small bug in newly built Fuel indexer WASM modules that produces a WASM runtime error due an errant upstream dependency. For now, you can use `wasm-snip` to remove the errant symbols from the WASM module, and prevent this issue from happening. An example can be found in the related script [here](https://github.com/FuelLabs/fuel-indexer/blob/develop/scripts/stripper.bash).
>
Expand Down

0 comments on commit ca93c3d

Please sign in to comment.