64 releases (32 stable)

new 4.3.0 May 10, 2024
4.3.0-alpha.1 Apr 25, 2024
4.2.7 Mar 19, 2024
4.2.5 Dec 23, 2023
1.0.0-alpha5 Nov 6, 2020

#822 in WebAssembly

Download history 20975/week @ 2024-01-25 28929/week @ 2024-02-01 25840/week @ 2024-02-08 19508/week @ 2024-02-15 20148/week @ 2024-02-22 21831/week @ 2024-02-29 27942/week @ 2024-03-07 25058/week @ 2024-03-14 22298/week @ 2024-03-21 24236/week @ 2024-03-28 24202/week @ 2024-04-04 32138/week @ 2024-04-11 23897/week @ 2024-04-18 20544/week @ 2024-04-25 22457/week @ 2024-05-02 17408/week @ 2024-05-09

88,957 downloads per month
Used in 283 crates (36 directly)

MIT OR Apache-2.0 WITH LLVM-exception

245KB
5.5K SLoC

wasmer-types Build Status Join Wasmer Slack MIT License

This library provides all the types and traits necessary to use WebAssembly easily anywhere.

Among other things, it defines the following types:

  • units like Pages or Bytes
  • types and values like I32, I64, F32, F64, ExternRef, FuncRef, V128, value conversions, ExternType, FunctionType etc.
  • native contains a set of trait and implementations to deal with WebAssembly types that have a direct representation on the host,
  • memory_view, an API to read/write memories when bytes are interpreted as particular types (i8, i16, i32 etc.)
  • indexes contains all the possible WebAssembly module indexes for various types
  • initializers for tables, data etc.
  • features to enable or disable some WebAssembly features inside the Wasmer runtime

Acknowledgments

This project borrowed some of the code for the entity structure from cranelift-entity. We decided to move it here to help on serialization/deserialization.

Please check Wasmer ATTRIBUTIONS to further see licenses and other attributions of the project.

Dependencies

~12–22MB
~383K SLoC