aboutsummaryrefslogtreecommitdiff
path: root/NonWeb.md
diff options
context:
space:
mode:
authortitzer <titzer@google.com>2015-10-23 14:18:44 -0700
committertitzer <titzer@google.com>2015-10-23 14:18:44 -0700
commit4d7cf2e3affddf79e293948096744dae8274c0c8 (patch)
tree98964ff7284146976ea7cba122f5e06ee7039d68 /NonWeb.md
parentc1e365087ddd30a329b09cdc43b9d3a455a417f5 (diff)
downloadnanowasm-design-4d7cf2e3affddf79e293948096744dae8274c0c8.tar.gz
Replace `opcode` and `operation` to `operator.
Diffstat (limited to 'NonWeb.md')
-rw-r--r--NonWeb.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/NonWeb.md b/NonWeb.md
index 4b4ff0c..9f1eb0d 100644
--- a/NonWeb.md
+++ b/NonWeb.md
@@ -22,8 +22,8 @@ JavaScript VM present.
The WebAssembly spec itself will not try to define any large portable libc-like
library. However, certain features that are core to WebAssembly semantics that
are similar to functions found in native libc *would* be part of the core
-WebAssembly spec as primitive opcodes (e.g., the `grow_memory` operation, which
-is similar to the `sbrk` function on many systems, and in the future, operations
+WebAssembly spec as primitive operators (e.g., the `grow_memory` operator, which
+is similar to the `sbrk` function on many systems, and in the future, operators
similar to `dlopen`).
Where there is overlap between the Web and popular non-Web environments,