Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

explodingcamera/tinywasm-wasmparser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tinywasm-wasmparser

docs.rs Crates.io Crates.io

No_std compatible fork of the wasmparser (200.0.0) crate for internal use in the tinywasm project. Since there doesn't seem to be interest in making the original crate no_std compatible (see issue), this fork was created. There's also another no_std fork of the original crate, but it's not actively maintained.

This crate can have breaking changes at any time for the sake of the tinywasm project, so it's not recommended to use it directly.

Changes from the original crate

  • Added no_std support
  • Added default implementation for all visit_* methods in the VisitOperator trait

License

This project is licensed under the Apache 2.0 license with the LLVM exception. See LICENSE for more details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 110

Languages