79 releases (45 stable)

5.0.5-rc1 Jan 3, 2025
5.0.4 Dec 17, 2024
5.0.2 Nov 24, 2024
4.4.0 Oct 4, 2024
1.0.0-alpha5 Nov 6, 2020

#296 in WebAssembly

Download history 20629/week @ 2024-10-24 21133/week @ 2024-10-31 15818/week @ 2024-11-07 14580/week @ 2024-11-14 18445/week @ 2024-11-21 20775/week @ 2024-11-28 18270/week @ 2024-12-05 19462/week @ 2024-12-12 13580/week @ 2024-12-19 22402/week @ 2024-12-26 22817/week @ 2025-01-02 27804/week @ 2025-01-09 28765/week @ 2025-01-16 30537/week @ 2025-01-23 27085/week @ 2025-01-30 27088/week @ 2025-02-06

118,757 downloads per month
Used in 281 crates (45 directly)

MIT OR Apache-2.0 WITH LLVM-exception

200KB
4.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

~5.5MB
~116K SLoC