{"id":22298988,"url":"https://github.com/ailisp/near-wasmer","last_synced_at":"2025-03-25T22:46:01.076Z","repository":{"id":36992951,"uuid":"420863761","full_name":"ailisp/near-wasmer","owner":"ailisp","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-08T22:02:46.000Z","size":61447,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-30T20:18:59.008Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ailisp.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null}},"created_at":"2021-10-25T03:19:29.000Z","updated_at":"2021-10-25T03:30:37.000Z","dependencies_parsed_at":"2023-01-17T12:32:40.931Z","dependency_job_id":null,"html_url":"https://github.com/ailisp/near-wasmer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ailisp%2Fnear-wasmer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ailisp%2Fnear-wasmer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ailisp%2Fnear-wasmer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ailisp%2Fnear-wasmer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ailisp","download_url":"https://codeload.github.com/ailisp/near-wasmer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245556956,"owners_count":20634889,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-03T18:02:32.261Z","updated_at":"2025-03-25T22:46:01.050Z","avatar_url":"https://github.com/ailisp.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://wasmer.io\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n    \u003cimg width=\"300\" src=\"https://raw.githubusercontent.com/wasmerio/wasmer/master/assets/logo.png\" alt=\"Wasmer logo\"\u003e\n  \u003c/a\u003e\n\n  \u003cp\u003e\n    \u003ca href=\"https://github.com/wasmerio/wasmer/actions?query=workflow%3Abuild\"\u003e\n      \u003cimg src=\"https://github.com/wasmerio/wasmer/workflows/build/badge.svg?style=flat-square\" alt=\"Build Status\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/wasmerio/wasmer/blob/master/LICENSE\"\u003e\n      \u003cimg src=\"https://img.shields.io/github/license/wasmerio/wasmer.svg\" alt=\"License\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://docs.wasmer.io\"\u003e\n      \u003cimg src=\"https://img.shields.io/static/v1?label=Docs\u0026message=docs.wasmer.io\u0026color=blue\" alt=\"Wasmer Docs\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://slack.wasmer.io\"\u003e\n      \u003cimg src=\"https://img.shields.io/static/v1?label=Slack\u0026message=join%20us!\u0026color=brighgreen\" alt=\"Slack channel\"\u003e\n    \u003c/a\u003e\n  \u003c/p\u003e\n\u003c/div\u003e\n\n\u003cbr /\u003e\n\nWasmer is a _fast_ and _secure_ [**WebAssembly**](https://webassembly.org) runtime that enables super\n_lightweight containers_ to run anywhere: from *Desktop* to the *Cloud*, *Edge* and *IoT* devices.\n\n\u003e _This document is also available in:\n[🇨🇳 中 文 -Chinese](https://github.com/wasmerio/wasmer/blob/master/docs/cn/README.md) • \n[🇩🇪 Deutsch-German](https://github.com/wasmerio/wasmer/blob/master/docs/de/README.md) • \n[🇪🇸 Español-Spanish](https://github.com/wasmerio/wasmer/blob/master/docs/es/README.md) • \n[🇫🇷 Français-French](https://github.com/wasmerio/wasmer/blob/master/docs/fr/README.md) • \n[🇯🇵 日本 語 -Japanese](https://github.com/wasmerio/wasmer/blob/master/docs/ja/README.md)_.\n\n### Features\n\n* Secure by default. No file, network, or environment access, unless explicitly enabled.\n* Supports [WASI](https://github.com/WebAssembly/WASI) and [Emscripten](https://emscripten.org/) out of the box.\n* Fast. Run WebAssembly at near-native speeds.\n* Embeddable in [multiple programming languages](https://github.com/wasmerio/wasmer/#-language-integrations)\n* Compliant with latest WebAssembly Proposals (SIMD, Reference Types, Threads, ...)\n\n### Install\n\nWasmer CLI ships as a single executable with no dependencies.\n\n```sh\ncurl https://get.wasmer.io -sSfL | sh\n```\n\n\n\u003cdetails\u003e\n  \u003csummary\u003eOther installation options (Powershell, Brew, Cargo, ...)\u003c/summary\u003e\n  \n  _Wasmer can be installed from various package managers. Choose the one that fits best for your environment:_\n  \n  * Powershell (Windows)\n    ```powershell\n    iwr https://win.wasmer.io -useb | iex\n    ```\n\n  * \u003ca href=\"https://formulae.brew.sh/formula/wasmer\"\u003eHomebrew\u003c/a\u003e (macOS, Linux)\n\n    ```sh\n    brew install wasmer\n    ```\n\n  * \u003ca href=\"https://github.com/ScoopInstaller/Main/blob/master/bucket/wasmer.json\"\u003eScoop\u003c/a\u003e (Windows)\n\n    ```sh\n    scoop install wasmer\n    ```\n\n  * \u003ca href=\"https://chocolatey.org/packages/wasmer\"\u003eChocolatey\u003c/a\u003e (Windows)\n\n    ```sh\n    choco install wasmer\n    ```\n  \n  * \u003ca href=\"https://crates.io/crates/wasmer-cli/\"\u003eCargo\u003c/a\u003e\n\n    _Note: All the available\n    features are described in the [`wasmer-cli`\n    crate docs](https://github.com/wasmerio/wasmer/tree/master/lib/cli/README.md)_\n\n    ```sh\n    cargo install wasmer-cli\n    ```\n\n  \u003e Looking for more installation options? See [the `wasmer-install`\n  repository](https://github.com/wasmerio/wasmer-install) to learn\n  more!\n\u003c/details\u003e\n\n### Quickstart\n\nYou can start by running\n[QuickJS](https://github.com/bellard/quickjs/), a small and\nembeddable Javascript engine compiled as a WebAssembly module ([`qjs.wasm`](https://registry-cdn.wapm.io/contents/_/quickjs/0.0.3/build/qjs.wasm)):\n\n```bash\n$ wasmer qjs.wasm\nQuickJS - Type \"\\h\" for help\nqjs \u003e const i = 1 + 2;\nqjs \u003e console.log(\"hello \" + i);\nhello 3\n```\n\n#### Here is what you can do next:\n\n- [Use Wasmer from your Rust application](https://docs.wasmer.io/integrations/rust)\n- [Publish a Wasm package on WAPM](https://docs.wasmer.io/ecosystem/wapm/publishing-your-package)\n- [Read more about Wasmer](https://medium.com/wasmer/)\n\n## 📦 Language Integrations\n\nThe Wasmer runtime can be used as a library **embedded in different\nlanguages**, so you can use WebAssembly _anywhere_.\n\n| | Language | Package | Documentation |\n|-|-|-|-|\n| ![Rust logo] | [**Rust**][Rust integration] | [`wasmer` Rust crate] | [Learn][rust docs]\n| ![C logo] | [**C/C++**][C integration] | [`wasmer.h` header] | [Learn][c docs] |\n| ![C# logo] | [**C#**][C# integration] | [`WasmerSharp` NuGet package] | [Learn][c# docs] |\n| ![D logo] | [**D**][D integration] | [`wasmer` Dub package] | [Learn][d docs] |\n| ![Python logo] | [**Python**][Python integration] | [`wasmer` PyPI package] | [Learn][python docs] |\n| ![JS logo] | [**Javascript**][JS integration] | [`@wasmerio` NPM packages] | [Learn][js docs] |\n| ![Go logo] | [**Go**][Go integration] | [`wasmer` Go package] | [Learn][go docs] |\n| ![PHP logo] | [**PHP**][PHP integration] | [`wasm` PECL package] | [Learn][php docs] |\n| ![Ruby logo] | [**Ruby**][Ruby integration] | [`wasmer` Ruby Gem] | [Learn][ruby docs] |\n| ![Java logo] | [**Java**][Java integration] | [`wasmer/wasmer-jni` Bintray package] | [Learn][java docs] |\n| ![Elixir logo] | [**Elixir**][Elixir integration] | [`wasmex` hex package] | [Learn][elixir docs] |\n| ![R logo] | [**R**][R integration] | *no published package* | [Learn][r docs] |\n| ![Postgres logo] | [**Postgres**][Postgres integration] | *no published package* | [Learn][postgres docs] |\n|  | [**Swift**][Swift integration] | *no published package* | |\n| ![Zig logo] | [**Zig**][Zig integration] | *no published package* | |\n| ![Dart logo] | [**Dart**][Dart integration] | [`wasm` pub package] | |\n|  | [**Lisp**][Lisp integration] | *under heavy development - no published package* | |\n\n[👋\u0026nbsp;\u0026nbsp;Missing a language?](https://github.com/wasmerio/wasmer/issues/new?assignees=\u0026labels=%F0%9F%8E%89+enhancement\u0026template=---feature-request.md\u0026title=)\n\n[rust logo]: https://raw.githubusercontent.com/wasmerio/wasmer/master/assets/languages/rust.svg\n[rust integration]: https://github.com/wasmerio/wasmer/tree/master/lib/api\n[`wasmer` rust crate]: https://crates.io/crates/wasmer/\n[rust docs]: https://docs.rs/wasmer/\n\n[c logo]: https://raw.githubusercontent.com/wasmerio/wasmer/master/assets/languages/c.svg\n[c integration]: https://github.com/wasmerio/wasmer/tree/master/lib/c-api\n[`wasmer.h` header]: https://github.com/wasmerio/wasmer/blob/master/lib/c-api/wasmer.h\n[c docs]: https://docs.rs/wasmer-c-api/*/wasmer_c_api/wasm_c_api/index.html\n\n[c# logo]: https://raw.githubusercontent.com/wasmerio/wasmer/master/assets/languages/csharp.svg\n[c# integration]: https://github.com/migueldeicaza/WasmerSharp\n[`wasmersharp` nuget package]: https://www.nuget.org/packages/WasmerSharp/\n[c# docs]: https://migueldeicaza.github.io/WasmerSharp/\n\n[d logo]: https://raw.githubusercontent.com/wasmerio/wasmer/master/assets/languages/d.svg\n[d integration]: https://github.com/chances/wasmer-d\n[`wasmer` Dub package]: https://code.dlang.org/packages/wasmer\n[d docs]: https://chances.github.io/wasmer-d\n\n[python logo]: https://raw.githubusercontent.com/wasmerio/wasmer/master/assets/languages/python.svg\n[python integration]: https://github.com/wasmerio/wasmer-python\n[`wasmer` pypi package]: https://pypi.org/project/wasmer/\n[python docs]: https://wasmerio.github.io/wasmer-python/api/wasmer/\n\n[go logo]: https://raw.githubusercontent.com/wasmerio/wasmer/master/assets/languages/go.svg\n[go integration]: https://github.com/wasmerio/wasmer-go\n[`wasmer` go package]: https://pkg.go.dev/github.com/wasmerio/wasmer-go/wasmer\n[go docs]: https://pkg.go.dev/github.com/wasmerio/wasmer-go/wasmer?tab=doc\n\n[php logo]: https://raw.githubusercontent.com/wasmerio/wasmer/master/assets/languages/php.svg\n[php integration]: https://github.com/wasmerio/wasmer-php\n[`wasm` pecl package]: https://pecl.php.net/package/wasm\n[php docs]: https://wasmerio.github.io/wasmer-php/\n\n[js logo]: https://raw.githubusercontent.com/wasmerio/wasmer/master/assets/languages/js.svg\n[js integration]: https://github.com/wasmerio/wasmer-js\n[`@wasmerio` npm packages]: https://www.npmjs.com/org/wasmer\n[js docs]: https://docs.wasmer.io/integrations/js/reference-api\n\n[ruby logo]: https://raw.githubusercontent.com/wasmerio/wasmer/master/assets/languages/ruby.svg\n[ruby integration]: https://github.com/wasmerio/wasmer-ruby\n[`wasmer` ruby gem]: https://rubygems.org/gems/wasmer\n[ruby docs]: https://wasmerio.github.io/wasmer-ruby/wasmer_ruby/index.html\n\n[java logo]: https://raw.githubusercontent.com/wasmerio/wasmer/master/assets/languages/java.svg\n[java integration]: https://github.com/wasmerio/wasmer-java\n[`wasmer/wasmer-jni` bintray package]: https://bintray.com/wasmer/wasmer-jni/wasmer-jni\n[java docs]: https://github.com/wasmerio/wasmer-java/#api-of-the-wasmer-library\n\n[elixir logo]: https://raw.githubusercontent.com/wasmerio/wasmer/master/assets/languages/elixir.svg\n[elixir integration]: https://github.com/tessi/wasmex\n[elixir docs]: https://hexdocs.pm/wasmex/api-reference.html\n[`wasmex` hex package]: https://hex.pm/packages/wasmex\n\n[r logo]: https://raw.githubusercontent.com/wasmerio/wasmer/master/assets/languages/r.svg\n[r integration]: https://github.com/dirkschumacher/wasmr\n[r docs]: https://github.com/dirkschumacher/wasmr#example\n\n[postgres logo]: https://raw.githubusercontent.com/wasmerio/wasmer/master/assets/languages/postgres.svg\n[postgres integration]: https://github.com/wasmerio/wasmer-postgres\n[postgres docs]: https://github.com/wasmerio/wasmer-postgres#usage--documentation\n\n[swift integration]: https://github.com/AlwaysRightInstitute/SwiftyWasmer\n\n[zig logo]: https://raw.githubusercontent.com/ziglang/logo/master/zig-favicon.png\n[zig integration]: https://github.com/zigwasm/wasmer-zig\n\n[dart logo]: https://raw.githubusercontent.com/wasmerio/wasmer/master/assets/languages/dart.svg\n[dart integration]: https://github.com/dart-lang/wasm\n[`wasm` pub package]: https://pub.dev/packages/wasm\n\n[lisp integration]: https://github.com/helmutkian/cl-wasm-runtime\n\n## Contribute\n\nWe appreciate your help! 💜\n\nCheck our docs on how to [build Wasmer from\nsource](https://docs.wasmer.io/ecosystem/wasmer/building-from-source) or [test your changes](https://docs.wasmer.io/ecosystem/wasmer/building-from-source/testing).\n\n## Community\n\nWasmer has an amazing community of developers and contributors. Welcome, please join us! 👋\n\n- [Wasmer Community Slack](https://slack.wasmer.io/)\n- [Wasmer on Twitter](https://twitter.com/wasmerio)\n- [Wasmer on Facebook](https://www.facebook.com/wasmerio)\n- [Email](mailto:hello@wasmer.io)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Failisp%2Fnear-wasmer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Failisp%2Fnear-wasmer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Failisp%2Fnear-wasmer/lists"}