rwat 0.1.4

Parse annotated wat into relocatable wasm file.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "rwat"
version = "0.1.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parse annotated wat into relocatable wasm file."
readme = "README.md"
keywords = [
    "wasm",
    "wat",
    "relocation",
    "linking",
]
categories = ["wasm"]
license = "MIT"
repository = "https://github.com/Spxg/rwat"

[lib]
name = "rwat"
path = "src/lib.rs"

[[bin]]
name = "rwat"
path = "src/main.rs"

[[test]]
name = "print"
path = "tests/print.rs"

[dependencies.wasm-encoder]
version = "0.249.0"
default-features = false

[dependencies.wasmparser]
version = "0.249.0"
default-features = false

[dependencies.wast]
version = "249.0.0"
features = ["wasm-module"]
default-features = false

[dev-dependencies.wasmprinter]
version = "0.249.0"
default-features = false