1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-24 15:19:26 -05:00

Update README.md

This commit is contained in:
Divy Srivastava 2022-09-22 10:08:10 +05:30 committed by GitHub
parent 707e9e3580
commit cc0b9508fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,8 +34,8 @@ Cases where code is optimized away:
The macro will infer and try to auto generate V8 fast API call trait impl for The macro will infer and try to auto generate V8 fast API call trait impl for
`sync` ops with: `sync` ops with:
- arguments: integers / `&mut OpState` - arguments: integers, bool, `&mut OpState`, `&[u8]`, &mut [u8]`, `&[u32]`, `&mut [u32]`
- return_type: integers - return_type: integers, bool
The `#[op(fast)]` attribute should be used to enforce fast call generation at The `#[op(fast)]` attribute should be used to enforce fast call generation at
compile time. compile time.