ruchy 3.4.2

A systems scripting language that transpiles to idiomatic Rust with extreme quality engineering
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "ruchy-wasm"
collaborators = ["Ruchy Contributors"]
description = "WebAssembly bindings for the Ruchy compiler"
version = "3.3.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/yourorg/ruchy"

[lib]
crate-type = ["cdylib"]

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
strip = true
panic = "abort"