Skip to content

Commit

Permalink
docs: clean up drafts
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyalIcing committed Jun 23, 2024
1 parent 91f951e commit 960ffa1
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions lib/orb.ex
Original file line number Diff line number Diff line change
Expand Up @@ -451,35 +451,6 @@ defmodule Orb do
end
end
```
## Importing with `Orb.importw/2`
Your running WebAssembly module can interact with the outside world by importing globals and functions.
## Use Elixir features
- Piping
## Inline
- `inline do:`
- Module attributes
- `wasm do:`
- `inline for`
### Custom types with `Access`
TODO: extract this into its own section.
## Define your own functions and macros
## Hex packages
- SilverOrb
- String builder
- GoldenOrb
## Running your module
"""

alias Orb.CustomType
Expand Down

0 comments on commit 960ffa1

Please sign in to comment.