diff --git a/lib/orb.ex b/lib/orb.ex index 771b891..aa88db6 100644 --- a/lib/orb.ex +++ b/lib/orb.ex @@ -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