[][src]Crate fizzy

This is a Rust interface to Fizzy, a WebAssembly virtual machine.

Structs

ExecutionResult

The result of an execution.

Instance

An instance of a module.

Module

A parsed and validated WebAssembly 1.0 module.

Functions

parse

Parse and validate the input according to WebAssembly 1.0 rules.

validate

Parse and validate the input according to WebAssembly 1.0 rules. Returns true if the supplied input is valid.

Type Definitions

Value

A WebAssembly value of i32/i64/f32/f64.