Skip to content
Snippets Groups Projects
Commit e06cecc1 authored by Ryan Hunt's avatar Ryan Hunt
Browse files

Bug 1821061 - wasm: Rename to use 'instanceData' consistently. r=jseward

We use many variations of 'global data', 'global area', and more recently
'instance data'. I prefer 'instance data' as 'global' is ambiguous with
wasm globals, which while stored in the instance are not the only thing
stored there. The naming scheme for this originated when globals were
the only thing stored there, so we should now change it.

Depends on D172026

Differential Revision: https://phabricator.services.mozilla.com/D172027
parent dabbefb1
No related branches found
No related tags found
No related merge requests found
Showing
with 191 additions and 185 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment