82 releases (45 stable)

new 6.0.0-beta.1 Mar 7, 2025
5.0.5-rc1 Jan 3, 2025
5.0.4 Dec 17, 2024
5.0.2 Nov 24, 2024
1.0.0-alpha5 Nov 6, 2020

#307 in WebAssembly

Download history 16031/week @ 2024-11-18 16883/week @ 2024-11-25 21354/week @ 2024-12-02 18556/week @ 2024-12-09 17916/week @ 2024-12-16 18497/week @ 2024-12-23 18068/week @ 2024-12-30 30290/week @ 2025-01-06 28450/week @ 2025-01-13 30791/week @ 2025-01-20 25441/week @ 2025-01-27 31385/week @ 2025-02-03 23774/week @ 2025-02-10 38129/week @ 2025-02-17 39878/week @ 2025-02-24 42832/week @ 2025-03-03

146,488 downloads per month
Used in 282 crates (46 directly)

MIT OR Apache-2.0 WITH LLVM-exception

225KB
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

~3.5–5MB
~108K SLoC