🚚 Refactor directory structure

This commit is contained in:
2025-09-21 00:11:40 +08:00
parent 9222a52d91
commit d597f379ff
61 changed files with 878 additions and 123 deletions

View File

@@ -1,6 +0,0 @@
cd $(dirname $0)/..
crates_dir=$(pwd)
cd ../..
wasm-pack build --target=web --scope=wasm-fmt crates/json_fmt

View File

@@ -0,0 +1,6 @@
cd $(dirname $0)/..
crates_dir=$(pwd)
cd ../..
wasm-pack build --target=web --scope=wasm-fmt json_fmt

View File

@@ -0,0 +1,6 @@
cd $(dirname $0)/..
crates_dir=$(pwd)
cd ../..
wasm-pack build --target=web --scope=wasm-fmt web_fmt

View File

@@ -1,6 +0,0 @@
cd $(dirname $0)/..
crates_dir=$(pwd)
cd ../..
wasm-pack build --target=web --scope=wasm-fmt crates/web_fmt