実際のところ toml [package] name = "hiragana-counter" version = "0.1.0" edition = "2021" [lib] crate-type = ["cdylib", "rlib"] [dependencies] eframe = { version = "0.24.0", features = ["wasm"] } wasm-bindgen = "0.2" wasm-bindgen-futures = "0.4" web-sys = "0.3" html <!DOCTYPE html> <html> <head> <meta char…