#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

#1603 in WebAssembly

Download history 34701/week @ 2024-10-25 32107/week @ 2024-11-01 35094/week @ 2024-11-08 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 26989/week @ 2025-02-07

133,486 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
~115K SLoC