Skip to content

Commit

Permalink
Clearer name
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyalIcing committed Nov 1, 2023
1 parent bfb981f commit 8f62744
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/orb.ex
Original file line number Diff line number Diff line change
Expand Up @@ -896,12 +896,12 @@ defmodule Orb do
with do
require Orb.Global

for {key, value} <- unquote(items) do
for {global_name, value} <- unquote(items) do
Orb.Global.register32(
Module.get_last_attribute(__MODULE__, :wasm_global_mutability),
Module.get_last_attribute(__MODULE__, :wasm_global_exported),
[
{key, value}
{global_name, value}
]
)
end
Expand Down

0 comments on commit 8f62744

Please sign in to comment.