From ff37cc046153a58cfc8d6b2dba5049e114463cc9 Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Thu, 22 Sep 2022 10:13:22 +0530 Subject: [PATCH] fmt --- ops/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ops/README.md b/ops/README.md index fcb4262f9a..441b526ca1 100644 --- a/ops/README.md +++ b/ops/README.md @@ -34,7 +34,8 @@ 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, bool, `&mut OpState`, `&[u8]`, &mut [u8]`, `&[u32]`, `&mut [u32]` +- 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