#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

#1406 in WebAssembly

Download history 57836/week @ 2024-01-20 78172/week @ 2024-01-27 89798/week @ 2024-02-03 99049/week @ 2024-02-10 84309/week @ 2024-02-17 89336/week @ 2024-02-24 72375/week @ 2024-03-02 47702/week @ 2024-03-09 48901/week @ 2024-03-16 45044/week @ 2024-03-23 44872/week @ 2024-03-30 41922/week @ 2024-04-06 42775/week @ 2024-04-13 42032/week @ 2024-04-20 38937/week @ 2024-04-27 38493/week @ 2024-05-04

169,569 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
~122K SLoC