wasmc 1.0.0

Compile .wat files into .wasm binaries
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "wasmc"
version = "1.0.0"
authors = ["McKayla Washburn <mckayla@hey.com>"]
description = "Compile .wat files into .wasm binaries"
keywords = []
license = "MIT"
homepage = "https://github.com/aslilac/wasmc"
repository = "https://github.com/aslilac/wasmc"
documentation = "https://docs.rs/crate/wasmc"
edition = "2021"

[dependencies]
wat = "1.0.47"