Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/load1n9/elixir_deno
deno bindings for the beam vm
https://github.com/load1n9/elixir_deno
beam deno elixir erlang nif rustler
Last synced: 22 days ago
JSON representation
deno bindings for the beam vm
- Host: GitHub
- URL: https://github.com/load1n9/elixir_deno
- Owner: load1n9
- License: mit
- Created: 2022-05-12T17:03:29.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-05-12T21:11:18.000Z (over 2 years ago)
- Last Synced: 2024-10-04T16:44:15.615Z (about 1 month ago)
- Topics: beam, deno, elixir, erlang, nif, rustler
- Language: Elixir
- Homepage:
- Size: 22.7 MB
- Stars: 11
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ElixirDeno
deno bindings in the beam vm
## Usage
```elixir
IO.puts(Deno.Nif.run("let x: number = 5;"))
```