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: 5 months ago
JSON representation

deno bindings for the beam vm

Awesome Lists containing this project

README

          

# ElixirDeno

deno bindings in the beam vm

## Usage

```elixir
IO.puts(Deno.Nif.run("let x: number = 5;"))
```