From 960ffa12e202aa04c6d809cd45f7d0cb272bf962 Mon Sep 17 00:00:00 2001 From: Patrick Smith Date: Sun, 23 Jun 2024 19:04:50 +1000 Subject: [PATCH] docs: clean up drafts --- lib/orb.ex | 29 ----------------------------- 1 file changed, 29 deletions(-) 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