Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# ElixirDeno

deno bindings in the beam vm

## Usage

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