Skip to content

Commit

Permalink
Minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyalIcing committed Dec 2, 2023
1 parent 1b634c4 commit 0079446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Orb lets you write WebAssembly with Elixir as your compiler:
- Publish reusable code with the **Hex package manager**.
- 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 conditional compile code or enable particular instructions, or create a custom “tree shaken” WebAssembly module per user.
- **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.

## Installation

Expand Down

0 comments on commit 0079446

Please sign in to comment.