From 4d7cf2e3affddf79e293948096744dae8274c0c8 Mon Sep 17 00:00:00 2001 From: titzer Date: Fri, 23 Oct 2015 14:18:44 -0700 Subject: Replace `opcode` and `operation` to `operator. --- NonWeb.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'NonWeb.md') 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, -- cgit v1.2.3