#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

#1622 in WebAssembly

Download history 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 39146/week @ 2024-11-18 29888/week @ 2024-11-25 41484/week @ 2024-12-02 39460/week @ 2024-12-09 32279/week @ 2024-12-16 14138/week @ 2024-12-23 20389/week @ 2024-12-30 32409/week @ 2025-01-06

101,665 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