#binding-generator #bindgen #codegen #javascript #js #utilities #conventions #interactions

wasm-bindgen-wasm-conventions

Utilities for working with Wasm codegen conventions (usually established by LLVM/lld)

34 releases

0.2.84 Feb 1, 2023
0.2.83 Sep 12, 2022
0.2.82 Jul 25, 2022
0.2.79 Jan 19, 2022
0.2.55 Nov 19, 2019

#795 in WebAssembly

Download history 6716/week @ 2022-12-05 6559/week @ 2022-12-12 7686/week @ 2022-12-19 4921/week @ 2022-12-26 7381/week @ 2023-01-02 7666/week @ 2023-01-09 7730/week @ 2023-01-16 7547/week @ 2023-01-23 9684/week @ 2023-01-30 9111/week @ 2023-02-06 9509/week @ 2023-02-13 8749/week @ 2023-02-20 8899/week @ 2023-02-27 8659/week @ 2023-03-06 9345/week @ 2023-03-13 10263/week @ 2023-03-20

37,770 downloads per month
Used in 25 crates (3 directly)

MIT/Apache

7KB
121 lines

A tiny crate of utilities for working with implicit Wasm codegen conventions (often established by LLVM and lld).

Examples conventions include:

  • The shadow stack pointer
  • The canonical linear memory that contains the shadow stack

Dependencies

~3MB
~63K SLoC