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

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

#1563 in WebAssembly

Download history 43620/week @ 2024-08-03 38531/week @ 2024-08-10 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 39536/week @ 2024-11-16

147,268 downloads per month
Used in 42 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