Fix js get and close store

This commit is contained in:
Tony
2024-10-03 20:10:15 +08:00
parent 718f5dc90d
commit 4f13a03401
13 changed files with 171 additions and 22 deletions
+1
View File
@@ -5,6 +5,7 @@
const COMMANDS: &[&str] = &[
"create_store",
"get_store",
"close_store",
"set",
"get",
"has",