tinywasm-types 0.9.0-alpha.0

Shared runtime, module, and archive types for TinyWasm
Documentation

tinywasm-types

This crate contains the shared module, instruction, value, and archive types used by tinywasm and tinywasm-parser.

Most users should depend on tinywasm directly. This crate is useful when you need to work with parsed modules, serialized twasm archives, or shared type definitions without pulling in the runtime.