{"id":7300,"date":"2025-02-20T01:48:27","date_gmt":"2025-02-19T16:48:27","guid":{"rendered":"https:\/\/pecos.ddns.net\/wordpress\/?p=7300"},"modified":"2025-02-20T01:48:27","modified_gmt":"2025-02-19T16:48:27","slug":"emscripten","status":"publish","type":"post","link":"https:\/\/pecos.ddns.net\/wordpress\/?p=7300","title":{"rendered":"emscripten"},"content":{"rendered":"<p>wasm\u306b\u30bd\u30fc\u30b9\u306efull path\u304c\u5165\u3063\u3066\u3057\u307e\u3044\u3001docker\u3067volume\u3057\u3066\u308blocal\u304b\u3089\u62fe\u3063\u3066\u304f\u308c\u306a\u3044\u3002javascript\u306f\u3044\u3051\u308b\u3093\u3060\u304c\u3001\u30b3\u30f3\u30c6\u30ca\u76f4\u306bssh\u3067\u5165\u3089\u306a\u3044\u3068\u30c0\u30e1\u304b\uff1f<br \/>\nchrome\u306e\u62e1\u5f35\u6a5f\u80fd\u306b\u8a2d\u5b9a\u304c\u3042\u308b\u304c\u52b9\u304b\u306a\u3044\uff64\uff64\uff64<\/p>\n<pre class=\"brush: bash; title: emscripten; notranslate\" title=\"emscripten\">\r\n$ EMCC_DEBUG=1 emcc hello.c -o hello.html # default debug build\r\n$ emcc -O0 -g3 -gsource-map hello.c -o hello.html # manual debug build\r\n$ emcc -O0 -g -gsource-map -gseparate-dwarf=hello.debug.wasm -s \\\r\n  SEPARATE_DWARF_URL=&quot;file:\/\/~\/source\/docker_emscripten\/src\/hello.debug.wasm&quot; \\\r\n  hello.c -o hello.html\r\n$ emrun --no_browser --port 8080 .  # run http test server\r\n<\/pre>\n<pre class=\"brush: xml; highlight: [14]; title: launch.json; notranslate\" title=\"launch.json\">\r\n{\r\n    &quot;version&quot;: &quot;0.2.0&quot;,\r\n    &quot;configurations&quot;: &#x5B;\r\n      {\r\n        &quot;name&quot;: &quot;Launch Chrome&quot;,\r\n        &quot;type&quot;: &quot;chrome&quot;,\r\n        &quot;request&quot;: &quot;launch&quot;,\r\n        &quot;url&quot;: &quot;http:\/\/localhost:8080&quot;,\r\n        &quot;port&quot;: 9223,\r\n        &quot;runtimeArgs&quot;: &#x5B;\r\n            &quot;--new-window&quot;,\r\n            &quot;--remote-debugging-port=9223&quot;\r\n        ],\r\n        &quot;runtimeExecutable&quot;: &quot;canary&quot;,\r\n        &quot;webRoot&quot;: &quot;${workspaceRoot}\/src&quot;\r\n      }\r\n}\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>wasm\u306b\u30bd\u30fc\u30b9\u306efull path\u304c\u5165\u3063\u3066\u3057\u307e\u3044\u3001docker\u3067volume\u3057\u3066\u308blocal\u304b\u3089\u62fe\u3063\u3066\u304f\u308c\u306a\u3044\u3002javascript\u306f\u3044\u3051\u308b\u3093\u3060\u304c\u3001\u30b3\u30f3\u30c6\u30ca\u76f4\u306bssh\u3067\u5165\u3089\u306a\u3044\u3068\u30c0\u30e1\u304b\uff1f chrome\u306e\u62e1\u5f35\u6a5f\u80fd\u306b\u8a2d\u5b9a\u304c [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[17,5],"tags":[],"class_list":["post-7300","post","type-post","status-publish","format-standard","hentry","category-programming","category-5"],"_links":{"self":[{"href":"https:\/\/pecos.ddns.net\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/7300","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pecos.ddns.net\/wordpress\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/pecos.ddns.net\/wordpress\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/pecos.ddns.net\/wordpress\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/pecos.ddns.net\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=7300"}],"version-history":[{"count":4,"href":"https:\/\/pecos.ddns.net\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/7300\/revisions"}],"predecessor-version":[{"id":7304,"href":"https:\/\/pecos.ddns.net\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/7300\/revisions\/7304"}],"wp:attachment":[{"href":"https:\/\/pecos.ddns.net\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=7300"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pecos.ddns.net\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=7300"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pecos.ddns.net\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=7300"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}