Add Svelte docs site and WASM playground

This commit is contained in:
2026-06-17 00:07:11 +09:00
parent 58d2c9b423
commit 4020b7c2d5
23 changed files with 2359 additions and 1 deletions
+14
View File
@@ -0,0 +1,14 @@
[package]
name = "decodal-wasm"
version = "0.1.0"
edition = "2024"
[lib]
crate-type = ["cdylib", "rlib"]
[dependencies]
decodal-core = { path = "../decodal-core" }
wasm-bindgen = "0.2"
[package.metadata.wasm-pack.profile.release]
wasm-opt = false