#bitset #cranelift #run-time #wasmtime #top #built

cranelift-bitset

Various bitset stuff for use inside Cranelift

17 releases (6 breaking)

new 0.116.1 Jan 21, 2025
0.115.1 Jan 14, 2025
0.115.0 Dec 20, 2024
0.114.0 Nov 20, 2024
0.110.1 Jul 22, 2024

#991 in WebAssembly

Download history 26972/week @ 2024-10-04 25277/week @ 2024-10-11 34155/week @ 2024-10-18 37632/week @ 2024-10-25 34615/week @ 2024-11-01 36956/week @ 2024-11-08 39634/week @ 2024-11-15 40993/week @ 2024-11-22 59412/week @ 2024-11-29 57096/week @ 2024-12-06 53186/week @ 2024-12-13 28035/week @ 2024-12-20 38322/week @ 2024-12-27 61376/week @ 2025-01-03 71049/week @ 2025-01-10 56491/week @ 2025-01-17

232,168 downloads per month
Used in 199 crates (4 directly)

Apache-2.0 WITH LLVM-exception

33KB
410 lines

Bitsets for Cranelift.

This module provides two bitset implementations:

  1. ScalarBitSet: A small bitset built on top of a single integer.

  2. CompoundBitSet: A bitset that can store more bits than fit in a single integer, but which internally has heap allocations.

Dependencies

~190KB