Crates.io | tinywasm-wasmparser |
lib.rs | tinywasm-wasmparser |
version | 0.202.0 |
source | src |
created_at | 2024-02-24 20:09:51.285814 |
updated_at | 2024-03-27 10:23:25.13951 |
description | TinyWasm's fork of the wasmparser crate |
homepage | https://github.com/explodingcamera/tinywasm-wasmparser |
repository | https://github.com/explodingcamera/tinywasm-wasmparser |
max_upload_size | |
id | 1151897 |
size | 1,005,823 |
tinywasm-wasmparser
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 anoter 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.
no_std
supportvisit_*
methods in the VisitOperator
traitThis project is licensed under the Apache 2.0 license with the LLVM exception. See LICENSE for more details.