#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

new 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

#1608 in WebAssembly

Download history 32336/week @ 2024-09-24 36903/week @ 2024-10-01 32162/week @ 2024-10-08 36555/week @ 2024-10-15 36325/week @ 2024-10-22 33801/week @ 2024-10-29 31314/week @ 2024-11-05 37636/week @ 2024-11-12 38471/week @ 2024-11-19 30679/week @ 2024-11-26 42255/week @ 2024-12-03 38099/week @ 2024-12-10 29826/week @ 2024-12-17 14260/week @ 2024-12-24 22430/week @ 2024-12-31 36456/week @ 2025-01-07

108,815 downloads per month
Used in 41 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