summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ops/README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/ops/README.md b/ops/README.md
index bd234f423..441b526ca 100644
--- a/ops/README.md
+++ b/ops/README.md
@@ -34,8 +34,9 @@ Cases where code is optimized away:
The macro will infer and try to auto generate V8 fast API call trait impl for
`sync` ops with:
-- arguments: integers / `&mut OpState`
-- return_type: integers
+- arguments: integers, bool, `&mut OpState`, `&[u8]`, &mut [u8]`,`&[u32]`,`&mut
+ [u32]`
+- return_type: integers, bool
The `#[op(fast)]` attribute should be used to enforce fast call generation at
compile time.