#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)

49 releases

new 0.2.99 Dec 7, 2024
0.2.97 Nov 30, 2024
0.2.92 Mar 4, 2024
0.2.89 Nov 27, 2023
0.2.55 Nov 19, 2019

#1586 in WebAssembly

Download history 36185/week @ 2024-08-17 33737/week @ 2024-08-24 32705/week @ 2024-08-31 32874/week @ 2024-09-07 32998/week @ 2024-09-14 31120/week @ 2024-09-21 36373/week @ 2024-09-28 32831/week @ 2024-10-05 35750/week @ 2024-10-12 36814/week @ 2024-10-19 33912/week @ 2024-10-26 31997/week @ 2024-11-02 35988/week @ 2024-11-09 39601/week @ 2024-11-16 29945/week @ 2024-11-23 34278/week @ 2024-11-30

144,598 downloads per month
Used in 42 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
~113K SLoC