#wasm-module #wasm-bindgen #conventions #llvm #codegen #utilities #established

wasm-bindgen-wasm-conventions

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

50 releases

0.2.100 Jan 12, 2025
0.2.99 Dec 7, 2024
0.2.97 Nov 30, 2024
0.2.92 Mar 4, 2024
0.2.55 Nov 19, 2019

#1685 in WebAssembly

Download history 39919/week @ 2024-11-15 31168/week @ 2024-11-22 38105/week @ 2024-11-29 42868/week @ 2024-12-06 33239/week @ 2024-12-13 17122/week @ 2024-12-20 17328/week @ 2024-12-27 32225/week @ 2025-01-03 36574/week @ 2025-01-10 33048/week @ 2025-01-17 34818/week @ 2025-01-24 32680/week @ 2025-01-31 32204/week @ 2025-02-07 29611/week @ 2025-02-14 37279/week @ 2025-02-21 31924/week @ 2025-02-28

136,545 downloads per month
Used in 38 crates (5 directly)

MIT/Apache

13KB
219 lines

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

Examples conventions include:

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

Dependencies

~5.5MB
~116K SLoC