Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

davnavr/wasmiter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wasmiter

Low-level WebAssembly parser, with a focus on zero allocations.

Designed to allow easier processing of a WebAssembly module's sections in parallel.

Supported WebAssembly Proposals

The following WebAssembly proposals are fully supported by the parser:

#![no_std] Compatibility

This library is completely #![no_std] compatible, capable of being used with or without the alloc library. The std and alloc features control this.

About

A low-level zero-allocation WebAssembly parser for Rust

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages