#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

#1494 in WebAssembly

Download history 43831/week @ 2024-03-26 44685/week @ 2024-04-02 42561/week @ 2024-04-09 43311/week @ 2024-04-16 39695/week @ 2024-04-23 38850/week @ 2024-04-30 38396/week @ 2024-05-07 38196/week @ 2024-05-14 32133/week @ 2024-05-21 37218/week @ 2024-05-28 41852/week @ 2024-06-04 44253/week @ 2024-06-11 45119/week @ 2024-06-18 54159/week @ 2024-06-25 44440/week @ 2024-07-02 35248/week @ 2024-07-09

187,030 downloads per month
Used in 37 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
~129K SLoC