diff options
| author | titzer <titzer@google.com> | 2015-10-23 14:18:44 -0700 |
|---|---|---|
| committer | titzer <titzer@google.com> | 2015-10-23 14:18:44 -0700 |
| commit | 4d7cf2e3affddf79e293948096744dae8274c0c8 (patch) | |
| tree | 98964ff7284146976ea7cba122f5e06ee7039d68 /NonWeb.md | |
| parent | c1e365087ddd30a329b09cdc43b9d3a455a417f5 (diff) | |
| download | nanowasm-design-4d7cf2e3affddf79e293948096744dae8274c0c8.tar.gz | |
Replace `opcode` and `operation` to `operator.
Diffstat (limited to 'NonWeb.md')
| -rw-r--r-- | NonWeb.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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, |
