Skip to content

Commit

Permalink
Pro: write unit tests with ExUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyalIcing committed Jan 23, 2024
1 parent 14c1e18 commit 7461f3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ Write WebAssembly with the power of Elixir as your compiler:

- Use Elixir’s **module system** to break problems down and then compose them together.
- Chain function calls together with the **pipe `|>` operator**.
- Publish reusable code with the **Hex package manager**.
- Publish reusable code with the [**Hex package manager**](https://hex.pm).
- Write unit tests using [Elixir’s built-in **ExUnit**](https://hexdocs.pm/ex_unit/ExUnit.html).
- Reduce boilerplate with Elixir’s **powerful macro system**.
- **Run dynamic Elixir code at compile time** e.g. talk to the rest of your Elixir application, or make network requests.
- **Compile modules on-the-fly** e.g. use feature flags to conditionally compile code paths or enable particular WebAssembly instructions, creating a custom “tree shaken” WebAssembly module per user.
Expand Down

0 comments on commit 7461f3f

Please sign in to comment.