#wasm-module #binding-generator #wasm-bindgen #conventions #llvm #codegen #utilities

wasm-bindgen-wasm-conventions

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

45 releases

0.2.95 Oct 10, 2024
0.2.93 Aug 12, 2024
0.2.92 Mar 4, 2024
0.2.89 Nov 27, 2023
0.2.55 Nov 19, 2019

#1559 in WebAssembly

Download history 47882/week @ 2024-07-29 42157/week @ 2024-08-05 39145/week @ 2024-08-12 35558/week @ 2024-08-19 33538/week @ 2024-08-26 32615/week @ 2024-09-02 33156/week @ 2024-09-09 32304/week @ 2024-09-16 31750/week @ 2024-09-23 36781/week @ 2024-09-30 32406/week @ 2024-10-07 36454/week @ 2024-10-14 36283/week @ 2024-10-21 33548/week @ 2024-10-28 31729/week @ 2024-11-04 37065/week @ 2024-11-11

141,748 downloads per month
Used in 41 crates (5 directly)

MIT/Apache

12KB
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

~5MB
~112K SLoC