starfish-wasm 1.0.2

*><> is a stack-based, reflective, two-dimensional esoteric programming language based directly off of ><>.
Documentation
[dependencies.chrono]
features = ["wasmbind"]
version = "0.4.19"

[dependencies.getrandom]
features = ["js"]
version = "0.2.6"

[dependencies.js-sys]
version = "0.3.57"

[dependencies.starfish]
version = "1.2.2"

[dependencies.wasm-bindgen]
version = "0.2.80"

[dependencies.wasm-bindgen-futures]
version = "0.4.30"

[dependencies.web-sys]
features = ["Window", "Document", "HtmlElement", "HtmlInputElement", "HtmlTextAreaElement", "Element", "Location"]
version = "0.3.57"

[lib]
crate-type = ["cdylib"]
name = "starfish"
path = "src/lib.rs"

[package]
categories = ["compilers", "wasm"]
description = "*><> is a stack-based, reflective, two-dimensional esoteric programming language based directly off of ><>."
documentation = "https://github.com/TheDiscordian/rust-starfish-wasm/blob/master/README.md"
edition = "2021"
keywords = ["codegolf", "language", "wasm"]
license-file = "LICENSE"
name = "starfish-wasm"
repository = "https://github.com/TheDiscordian/rust-starfish/"
resolver = "2"
version = "1.0.2"
[profile.release]
codegen-units = 1
lto = true
strip = true