Move wasm package under packages

This commit is contained in:
2026-07-09 04:13:08 +09:00
parent e4b9247c45
commit 16006d000a
16 changed files with 115 additions and 90 deletions
+5 -2
View File
@@ -30,10 +30,13 @@ Important paths:
```text
crates/decodal-wasm/
site/decodal-site/src/wasm/
packages/decodal-wasm/
```
The generated files in `site/decodal-site/src/wasm/` are committed so the site can build without requiring every consumer to run `wasm-pack` first.
The npm package is `decodal-wasm`.
The JSR package is `@hare/decodal-wasm`.
The generated files in `packages/decodal-wasm/` are committed so the site can build without requiring every consumer to run `wasm-pack` first.
The WebAssembly package is for execution, not syntax highlighting.
## Web editor components