Packages

GLEB128 is a small Gleam library that provides functions for encoding and decoding LEB128 (Little Endian Base 128) integers.

Current section

Files

Jump to
gleb128 src runtime_ffi.mjs
Raw

src/runtime_ffi.mjs

// SPDX-License-Identifier: MIT
import { JavaScript } from "./gleb128/internal/runtime.mjs";
export function get_current_runtime()
{
new JavaScript();
}