Wasynth/codegen/luau/Cargo.toml
wackbyte bbaa60e8c2
Update dependencies (#30)
* dev-test: update dependencies

* update wasmparser: 0.99.0 -> 0.101.1

Remove `i64` generation fix for elements as they only contain `reftype` and not `i64`

* update wasmparser: 0.101.1 -> 0.103.0

See <https://github.com/bytecodealliance/wasm-tools/pull/957> for more information

* update wasmparser: 0.103.0 -> 0.106.0

* update wasmparser: 0.106.0 -> 0.107.0
2023-06-26 17:19:12 -04:00

18 lines
229 B
TOML

[package]
name = "codegen-luau"
version = "0.12.0"
edition = "2021"
[dependencies]
wasmparser = "0.107.0"
[dependencies.wasm-ast]
path = "../../wasm-ast"
[features]
default = ["vector"]
vector = []
[[bin]]
name = "wasm2luau"