11 releases (5 breaking)

0.21.2 Mar 14, 2024
0.21.1 Mar 8, 2024
0.20.1 Jan 23, 2024
0.19.0 Dec 21, 2023
0.16.1 Apr 3, 2023

#176 in Magic Beans

Download history 177/week @ 2023-12-18 32/week @ 2023-12-25 26/week @ 2024-01-01 65/week @ 2024-01-08 42/week @ 2024-01-15 6/week @ 2024-01-22 27/week @ 2024-01-29 7/week @ 2024-02-05 75/week @ 2024-02-12 66/week @ 2024-02-19 54/week @ 2024-02-26 327/week @ 2024-03-04 303/week @ 2024-03-11 126/week @ 2024-03-18 14/week @ 2024-03-25 80/week @ 2024-04-01

541 downloads per month
Used in 6 crates

MIT OR Apache-2.0 WITH LLVM-exception

145KB
3.5K SLoC

near-vm-types

This crate is a fork of wasmer-types. A significant number of things changed, but the documentation is not up-to-date yet.

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 and also to ease the integration with other tools like loupe.

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

Dependencies

~3.5MB
~69K SLoC