{"id":9154,"date":"2022-09-13T19:00:00","date_gmt":"2022-09-13T10:00:00","guid":{"rendered":"https:\/\/taki-lab.site\/bocci\/?p=9154"},"modified":"2022-09-11T10:29:17","modified_gmt":"2022-09-11T01:29:17","slug":"rust%e5%8b%89%e5%bc%b7%e4%b8%ad%e3%80%819-11%e3%81%ae%e7%a9%8d%e3%81%bf%e4%b8%8a%e3%81%92","status":"publish","type":"post","link":"https:\/\/taki-lab.site\/bocci\/?p=9154","title":{"rendered":"RUST\u52c9\u5f37\u4e2d\u30019\/11\u306e\u7a4d\u307f\u4e0a\u3052?"},"content":{"rendered":"\n<figure class=\"wp-block-embed is-type-wp-embed is-provider-\u81ea\u5206\u3001\u307c\u3063\u3061\u3067\u3059\u304c\u4f55\u304b\uff1f wp-block-embed-\u81ea\u5206\u3001\u307c\u3063\u3061\u3067\u3059\u304c\u4f55\u304b\uff1f\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\" data-secret=\"2ZLLZAmW2q\"><a href=\"https:\/\/taki-lab.site\/bocci\/?p=9103\">RUST\u52c9\u5f37\u4e2d\u30019\/4\u306e\u7a4d\u307f\u4e0a\u3052?<\/a><\/blockquote><iframe loading=\"lazy\" class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" title=\"&#8220;RUST\u52c9\u5f37\u4e2d\u30019\/4\u306e\u7a4d\u307f\u4e0a\u3052?&#8221; &#8212; \u81ea\u5206\u3001\u307c\u3063\u3061\u3067\u3059\u304c\u4f55\u304b\uff1f\" src=\"https:\/\/taki-lab.site\/bocci\/?p=9103&#038;embed=true#?secret=MFGqIIhp69#?secret=2ZLLZAmW2q\" data-secret=\"2ZLLZAmW2q\" width=\"474\" height=\"267\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"><\/iframe>\n<\/div><\/figure>\n\n\n\n<p>\u524d\u56de\u306fcargo install cargo-generate\u307e\u3067\u5b9f\u884c\u3057\u305f\u306e\u3067\u3001\u305d\u306e\u7d9a\u304d\u3067\u3059\u3002<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>taki@DESKTOP-4VF3GEO:~\/rust$ cargo generate --git https:\/\/github\/rustwasm\/wasm-pack-template\r\nError: Please check if the Git user \/ repository exists.\r\n\r\nCaused by:\r\n    failed to resolve address for github: Name or service not known; class=Net (12)\r\ntaki@DESKTOP-4VF3GEO:~\/rust$ cargo generate --git https:\/\/github.com\/rustwasm\/wasm-pack-template\r\n\ud83e\udd37   Project Name : mandelbrot\r\n\ud83d\udd27   Destination: \/home\/taki\/rust\/mandelbrot ...\r\n\ud83d\udd27   Generating template ...\r\n&#91; 1\/12]   Done: .appveyor.yml\r\n&#91; 2\/12]   Done: .gitignore\r\n&#91; 3\/12]   Done: .travis.yml\r\n&#91; 4\/12]   Done: Cargo.toml\r\n&#91; 5\/12]   Done: LICENSE_APACHE\r\n&#91; 6\/12]   Done: LICENSE_MIT\r\n&#91; 7\/12]   Done: README.md\r\n&#91; 8\/12]   Done: src\/lib.rs\r\n&#91; 9\/12]   Done: src\/utils.rs\r\n&#91;10\/12]   Done: src\r\n&#91;11\/12]   Done: tests\/web.rs\r\n&#91;12\/12]   Done: tests\r\n\ud83d\udd27   Moving generated files into: `\/home\/taki\/rust\/mandelbrot`...\r\n\ud83d\udca1   Initializing a fresh Git repository\r\n\u2728   Done! New project created \/home\/taki\/rust\/mandelbrot\r\ntaki@DESKTOP-4VF3GEO:~\/rust$ tree mandelbrot\/\r\nmandelbrot\/\r\n\u251c\u2500\u2500 Cargo.toml\r\n\u251c\u2500\u2500 LICENSE_APACHE\r\n\u251c\u2500\u2500 LICENSE_MIT\r\n\u251c\u2500\u2500 README.md\r\n\u251c\u2500\u2500 src\r\n\u2502\u00a0\u00a0 \u251c\u2500\u2500 lib.rs\r\n\u2502\u00a0\u00a0 \u2514\u2500\u2500 utils.rs\r\n\u2514\u2500\u2500 tests\r\n    \u2514\u2500\u2500 web.rs\r\n\r\n2 directories, 7 files\r\ntaki@DESKTOP-4VF3GEO:~\/rust$ curl https:\/\/rustwasm.github.io\/wasm-pack\/installer\/init.sh -sSf | sh\r\nsh: 139: &#91;: x86_64: unexpected operator\r\ninfo: downloading wasm-pack\r\ninfo: successfully installed wasm-pack to `\/home\/taki\/.cargo\/bin\/wasm-pack`\r\ntaki@DESKTOP-4VF3GEO:~\/rust$ cd mandelbrot\/\r\ntaki@DESKTOP-4VF3GEO:~\/rust\/mandelbrot$ wasm-pack build\r\n&#91;INFO]: Checking for the Wasm target...\r\ninfo: downloading component 'rust-std' for 'wasm32-unknown-unknown'\r\ninfo: installing component 'rust-std' for 'wasm32-unknown-unknown'\r\n&#91;INFO]: Compiling to Wasm...\r\n   Compiling proc-macro2 v1.0.43\r\n   Compiling quote v1.0.21\r\n   Compiling unicode-ident v1.0.3\r\n   Compiling wasm-bindgen-shared v0.2.82\r\n   Compiling log v0.4.17\r\n   Compiling syn v1.0.99\r\n   Compiling cfg-if v1.0.0\r\n   Compiling once_cell v1.14.0\r\n   Compiling bumpalo v3.11.0\r\n   Compiling wasm-bindgen v0.2.82\r\n   Compiling wasm-bindgen-backend v0.2.82\r\n   Compiling wasm-bindgen-macro-support v0.2.82\r\n   Compiling wasm-bindgen-macro v0.2.82\r\n   Compiling console_error_panic_hook v0.1.7\r\n   Compiling mandelbrot v0.1.0 (\/home\/taki\/rust\/mandelbrot)\r\nwarning: function `set_panic_hook` is never used\r\n --> src\/utils.rs:1:8\r\n  |\r\n1 | pub fn set_panic_hook() {\r\n  |        ^^^^^^^^^^^^^^\r\n  |\r\n  = note: `#&#91;warn(dead_code)]` on by default\r\n\r\nwarning: `mandelbrot` (lib) generated 1 warning\r\n    Finished release &#91;optimized] target(s) in 4.32s\r\n&#91;INFO]: Installing wasm-bindgen...\r\n&#91;INFO]: Optimizing wasm binaries with `wasm-opt`...\r\n&#91;INFO]: Optional fields missing from Cargo.toml: 'description', 'repository', and 'license'. These are not necessary, but recommended\r\n&#91;INFO]: :-) Done in 10.50s\r\n&#91;INFO]: :-) Your wasm pkg is ready to publish at \/home\/taki\/rust\/mandelbrot\/pkg.\r\ntaki@DESKTOP-4VF3GEO:~\/rust\/mandelbrot$ npm init wasm-app www\r\nnpx: installed 1 in 2.333s\r\n\ud83e\udd80 Rust + \ud83d\udd78 Wasm = \u2764\r\ntaki@DESKTOP-4VF3GEO:~\/rust\/mandelbrot$ cd www\r\ntaki@DESKTOP-4VF3GEO:~\/rust\/mandelbrot\/www$ npm install\r\nnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.9 (node_modules\/fsevents):\r\nnpm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.9: wanted {\"os\":\"darwin\",\"arch\":\"any\"} (current: {\"os\":\"linux\",\"arch\":\"x64\"})\r\n\r\nadded 587 packages from 362 contributors and audited 655 packages in 5.343s\r\n\r\n18 packages are looking for funding\r\n  run `npm fund` for details\r\n\r\nfound 100 vulnerabilities (3 low, 30 moderate, 53 high, 14 critical)\r\n  run `npm audit fix` to fix them, or `npm audit` for details\r\ntaki@DESKTOP-4VF3GEO:~\/rust\/mandelbrot\/www$ npm run start\r\n\r\n> create-wasm-app@0.1.0 start \/home\/taki\/rust\/mandelbrot\/www\r\n> webpack-dev-server\r\n\r\n\u2139 \uff62wds\uff63: Project is running at http:\/\/localhost:8080\/\r\n\u2139 \uff62wds\uff63: webpack output is served from \/\r\n\u2139 \uff62wds\uff63: Content not from webpack is served from \/home\/taki\/rust\/mandelbrot\/www\r\n\u2139 \uff62wdm\uff63: Hash: c3b265e5d69900dfbb35\r\nVersion: webpack 4.43.0\r\nTime: 268ms\r\nBuilt at: 09\/11\/2022 8:48:14 AM\r\n                           Asset       Size  Chunks                         Chunk Names\r\n                  0.bootstrap.js    3.4 KiB       0  &#91;emitted]\r\n8e8fa9289c240ac706a1.module.wasm  872 bytes       0  &#91;emitted] &#91;immutable]\r\n                    bootstrap.js    369 KiB    main  &#91;emitted]              main\r\n                      index.html  297 bytes          &#91;emitted]\r\nEntrypoint main = bootstrap.js\r\n&#91;0] multi (webpack)-dev-server\/client?http:\/\/localhost:8080 .\/bootstrap.js 40 bytes {main} &#91;built]\r\n&#91;.\/bootstrap.js] 279 bytes {main} &#91;built]\r\n&#91;.\/index.js] 56 bytes {0} &#91;built]\r\n&#91;.\/node_modules\/ansi-html\/index.js] 4.16 KiB {main} &#91;built]\r\n&#91;.\/node_modules\/ansi-regex\/index.js] 135 bytes {main} &#91;built]\r\n&#91;.\/node_modules\/hello-wasm-pack\/hello_wasm_pack.js] 698 bytes {0} &#91;built]\r\n&#91;.\/node_modules\/strip-ansi\/index.js] 161 bytes {main} &#91;built]\r\n&#91;.\/node_modules\/webpack-dev-server\/client\/index.js?http:\/\/localhost:8080] (webpack)-dev-server\/client?http:\/\/localhost:8080 4.29 KiB {main} &#91;built]\r\n&#91;.\/node_modules\/webpack-dev-server\/client\/overlay.js] (webpack)-dev-server\/client\/overlay.js 3.51 KiB {main} &#91;built]\r\n&#91;.\/node_modules\/webpack-dev-server\/client\/socket.js] (webpack)-dev-server\/client\/socket.js 1.53 KiB {main} &#91;built]\r\n&#91;.\/node_modules\/webpack-dev-server\/client\/utils\/createSocketUrl.js] (webpack)-dev-server\/client\/utils\/createSocketUrl.js 2.91 KiB {main} &#91;built]\r\n&#91;.\/node_modules\/webpack-dev-server\/client\/utils\/log.js] (webpack)-dev-server\/client\/utils\/log.js 964 bytes {main} &#91;built]\r\n&#91;.\/node_modules\/webpack-dev-server\/client\/utils\/reloadApp.js] (webpack)-dev-server\/client\/utils\/reloadApp.js 1.59 KiB {main} &#91;built]\r\n&#91;.\/node_modules\/webpack-dev-server\/client\/utils\/sendMessage.js] (webpack)-dev-server\/client\/utils\/sendMessage.js 402 bytes {main} &#91;built]\r\n&#91;.\/node_modules\/webpack\/hot sync ^\\.\\\/log$] (webpack)\/hot sync nonrecursive ^\\.\\\/log$ 170 bytes {main} &#91;built]\r\n    + 21 hidden modules\r\n\u2139 \uff62wdm\uff63: Compiled successfully.\r\n<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"474\" height=\"195\" data-attachment-id=\"9156\" data-permalink=\"https:\/\/taki-lab.site\/bocci\/?attachment_id=9156\" data-orig-file=\"https:\/\/i0.wp.com\/taki-lab.site\/bocci\/wp-content\/uploads\/2022\/09\/Screenshot-2022-09-11-085133.png?fit=697%2C287&amp;ssl=1\" data-orig-size=\"697,287\" data-comments-opened=\"1\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}\" data-image-title=\"Screenshot-2022-09-11-085133\" data-image-description=\"\" data-image-caption=\"\" data-large-file=\"https:\/\/i0.wp.com\/taki-lab.site\/bocci\/wp-content\/uploads\/2022\/09\/Screenshot-2022-09-11-085133.png?fit=474%2C195&amp;ssl=1\" src=\"https:\/\/i0.wp.com\/taki-lab.site\/bocci\/wp-content\/uploads\/2022\/09\/Screenshot-2022-09-11-085133.png?resize=474%2C195&#038;ssl=1\" alt=\"\" class=\"wp-image-9156\" srcset=\"https:\/\/i0.wp.com\/taki-lab.site\/bocci\/wp-content\/uploads\/2022\/09\/Screenshot-2022-09-11-085133.png?w=697&amp;ssl=1 697w, https:\/\/i0.wp.com\/taki-lab.site\/bocci\/wp-content\/uploads\/2022\/09\/Screenshot-2022-09-11-085133.png?resize=300%2C124&amp;ssl=1 300w\" sizes=\"auto, (max-width: 474px) 100vw, 474px\" \/><\/figure>\n\n\n\n<p>\u554f\u984c\u7121\u304f\u5b8c\u4e86\u3057\u307e\u3057\u305f\u3002<\/p>\n\n\n\n<a href=\"\/\/blog.with2.net\/link\/?2023426:9200\" target=\"_blank\" rel=\"noopener\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/taki-lab.site\/bocci\/wp-content\/uploads\/2019\/12\/a72f208ffbb7386a5edac6282ebb8d1b.png?w=474\" title=\"\u65e5\u3005\u306e\u51fa\u6765\u4e8b\u30e9\u30f3\u30ad\u30f3\u30b0\"><\/a>\n","protected":false},"excerpt":{"rendered":"<p>\u524d\u56de\u306fcargo install cargo-generate\u307e\u3067\u5b9f\u884c\u3057\u305f\u306e\u3067\u3001\u305d\u306e\u7d9a\u304d\u3067\u3059\u3002 \u554f\u984c\u7121\u304f\u5b8c\u4e86\u3057\u307e\u3057\u305f\u3002<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2},"jetpack_post_was_ever_published":false},"categories":[2542,3],"tags":[],"class_list":["post-9154","post","type-post","status-publish","format-standard","hentry","category-rust","category-3"],"aioseo_notices":[],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p8SDbY-2nE","jetpack-related-posts":[{"id":8349,"url":"https:\/\/taki-lab.site\/bocci\/?p=8349","url_meta":{"origin":9154,"position":0},"title":"RUST\u52c9\u5f37\u4e2d\u30015\/14\u306e\u7a4d\u307f\u4e0a\u3052","author":"taki","date":"2022\u5e745\u670816\u65e5","format":false,"excerpt":"https:\/\/taki-lab.site\/bocci\/?p=8280 \u30a8\u30e9\u30fc\u306e\u30cf\u30f3\u30c9\u30ea\u30f3\u30b0\u306e\u52c9\u5f37\u3002\u2026","rel":"","context":"Rust","block_context":{"text":"Rust","link":"https:\/\/taki-lab.site\/bocci\/?cat=2542"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":9271,"url":"https:\/\/taki-lab.site\/bocci\/?p=9271","url_meta":{"origin":9154,"position":1},"title":"RUST\u52c9\u5f37\u4e2d\u300110\/2\u306e\u7a4d\u307f\u4e0a\u3052?","author":"taki","date":"2022\u5e7410\u67084\u65e5","format":false,"excerpt":"https:\/\/taki-lab.site\/bocci\/?p=9195 \u524d\u56de\u306e\u7d9a\u304d www\/inde\u2026","rel":"","context":"Rust","block_context":{"text":"Rust","link":"https:\/\/taki-lab.site\/bocci\/?cat=2542"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":9335,"url":"https:\/\/taki-lab.site\/bocci\/?p=9335","url_meta":{"origin":9154,"position":2},"title":"RUST\u52c9\u5f37\u4e2d\u300110\/9\u306e\u7a4d\u307f\u4e0a\u3052","author":"taki","date":"2022\u5e7410\u670810\u65e5","format":false,"excerpt":"https:\/\/taki-lab.site\/bocci\/?p=9271 \u524d\u56de\u306e\u7d9a\u304d\u3067\u3001Rust\u5074\u306e\u5b9f\u2026","rel":"","context":"Rust","block_context":{"text":"Rust","link":"https:\/\/taki-lab.site\/bocci\/?cat=2542"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/taki-lab.site\/bocci\/wp-content\/uploads\/2022\/10\/Screenshot-2022-10-09-115023.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/taki-lab.site\/bocci\/wp-content\/uploads\/2022\/10\/Screenshot-2022-10-09-115023.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/taki-lab.site\/bocci\/wp-content\/uploads\/2022\/10\/Screenshot-2022-10-09-115023.png?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/taki-lab.site\/bocci\/wp-content\/uploads\/2022\/10\/Screenshot-2022-10-09-115023.png?resize=700%2C400&ssl=1 2x, https:\/\/i0.wp.com\/taki-lab.site\/bocci\/wp-content\/uploads\/2022\/10\/Screenshot-2022-10-09-115023.png?resize=1050%2C600&ssl=1 3x, https:\/\/i0.wp.com\/taki-lab.site\/bocci\/wp-content\/uploads\/2022\/10\/Screenshot-2022-10-09-115023.png?resize=1400%2C800&ssl=1 4x"},"classes":[]},{"id":9195,"url":"https:\/\/taki-lab.site\/bocci\/?p=9195","url_meta":{"origin":9154,"position":3},"title":"RUST\u52c9\u5f37\u4e2d\u30019\/19\u306e\u7a4d\u307f\u4e0a\u3052?","author":"taki","date":"2022\u5e749\u670821\u65e5","format":false,"excerpt":"https:\/\/taki-lab.site\/bocci\/?p=9154 \u30de\u30f3\u30c7\u30eb\u30d6\u30ed\u96c6\u5408\u306e\u51e6\u7406\u3092\u5b9f\u88c5\u2026","rel":"","context":"Rust","block_context":{"text":"Rust","link":"https:\/\/taki-lab.site\/bocci\/?cat=2542"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":8047,"url":"https:\/\/taki-lab.site\/bocci\/?p=8047","url_meta":{"origin":9154,"position":4},"title":"Rust\u52c9\u5f37\u4e2d\u30013\/27\u306e\u7a4d\u307f\u4e0a\u3052","author":"taki","date":"2022\u5e743\u670827\u65e5","format":false,"excerpt":"\u3053\u306e\u672c\u3092\u4f7f\u7528\u3057\u3066\u52c9\u5f37\u3057\u3066\u3044\u307e\u3059\u3002 \u672c\u65e5\u306f\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u304b\u3089\u5f15\u6570\u3092\u53d6\u5f97\u3059\u308b\u51e6\u7406\u3002 Clap\u3092\u4f7f\u7528\u3059\u308b\u65b9\u2026","rel":"","context":"Rust","block_context":{"text":"Rust","link":"https:\/\/taki-lab.site\/bocci\/?cat=2542"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":9068,"url":"https:\/\/taki-lab.site\/bocci\/?p=9068","url_meta":{"origin":9154,"position":5},"title":"RUST\u52c9\u5f37\u4e2d\u30018\/28\u306e\u7a4d\u307f\u4e0a\u3052?","author":"taki","date":"2022\u5e748\u670828\u65e5","format":false,"excerpt":"https:\/\/taki-lab.site\/bocci\/?p=9035 \u4eca\u56de\u306fDocker\u3067\u524d\u56de\u307e\u3067\u2026","rel":"","context":"Rust","block_context":{"text":"Rust","link":"https:\/\/taki-lab.site\/bocci\/?cat=2542"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"jetpack_likes_enabled":true,"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/taki-lab.site\/bocci\/index.php?rest_route=\/wp\/v2\/posts\/9154","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/taki-lab.site\/bocci\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/taki-lab.site\/bocci\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/taki-lab.site\/bocci\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/taki-lab.site\/bocci\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=9154"}],"version-history":[{"count":1,"href":"https:\/\/taki-lab.site\/bocci\/index.php?rest_route=\/wp\/v2\/posts\/9154\/revisions"}],"predecessor-version":[{"id":9157,"href":"https:\/\/taki-lab.site\/bocci\/index.php?rest_route=\/wp\/v2\/posts\/9154\/revisions\/9157"}],"wp:attachment":[{"href":"https:\/\/taki-lab.site\/bocci\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=9154"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/taki-lab.site\/bocci\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=9154"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/taki-lab.site\/bocci\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=9154"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}