{
  "$type": "site.standard.document",
  "bskyPostRef": {
    "cid": "bafyreidz656t4v5a4ekkcgv65fckus3sksteydibn2z3rndxl5aznl5wxe",
    "uri": "at://did:plc:ivbknywyskln22er3nkssdhl/app.bsky.feed.post/3mnmwfjcvnua2"
  },
  "path": "/t/idea-light-weight-rust-as-zero-build-scripting-language/24377#post_4",
  "publishedAt": "2026-06-06T14:11:02.000Z",
  "site": "https://internals.rust-lang.org",
  "textContent": "As nodejs don't support import from url.\n\nThe way Deno is compatible with Node is `import map`.\n\n`rust-runtime` can also do it like\n\n\n    {\n      \"imports\": {\n        \"a\": \"http://127.0.0.1/a.rs\",\n        \"b\": \"http://127.0.0.1/b.rs\",\n        \"c\": \"http://127.0.0.1/c.rs\",\n        \"x\": \"http://127.0.0.1/x.rs\",\n        \"y\": \"http://127.0.0.1/y.rs\",\n        \"z\": \"http://127.0.0.1/z.rs\"\n      }\n    }\n",
  "title": "Idea: light weight rust as zero build scripting language"
}