swactor/wasm/Cargo.toml
Zachery Aaron Shores-Chmielewski f3b44b5d69 feat: basic wasm
Unfeatured wasm module. Mostly to test that wasm builds
2026-02-06 23:45:58 +07:00

13 lines
226 B
TOML

[workspace]
[package]
name = "swactor-wasm"
version = "0.1.0"
edition = "2024"
[lib]
crate-type = ["cdylib"]
[dependencies]
swactor = { path = "..", default-features = false, features = ["no_random"] }
wasm-bindgen = "0.2"