#conventions #codegen #llvm #binding-generator #memory #established

wasm-bindgen-wasm-conventions

Utilities for working with Wasm codegen conventions (usually established by LLVM/lld)

42 releases

0.2.92 Mar 4, 2024
0.2.90 Jan 12, 2024
0.2.89 Nov 27, 2023
0.2.87 Jun 12, 2023
0.2.55 Nov 19, 2019

#1421 in WebAssembly

Download history 70342/week @ 2024-01-25 90018/week @ 2024-02-01 82805/week @ 2024-02-08 97776/week @ 2024-02-15 89808/week @ 2024-02-22 83961/week @ 2024-02-29 47389/week @ 2024-03-07 48878/week @ 2024-03-14 46411/week @ 2024-03-21 44942/week @ 2024-03-28 41529/week @ 2024-04-04 42782/week @ 2024-04-11 43181/week @ 2024-04-18 38925/week @ 2024-04-25 37993/week @ 2024-05-02 32539/week @ 2024-05-09

160,469 downloads per month
Used in 34 crates (3 directly)

MIT/Apache

7KB
121 lines

A tiny crate of utilities for working with implicit Wasm codegen conventions (often established by LLVM and lld).

Examples conventions include:

  • The shadow stack pointer
  • The canonical linear memory that contains the shadow stack

Dependencies

~6MB
~123K SLoC