rustyscript 0.12.3

Effortless JS Integration for Rust
Documentation
1
2
3
4
5
6
7
import * as ffi from 'ext:deno_ffi/00_ffi.js';

globalThis.Deno.dlopen = ffi.dlopen;
globalThis.Deno.UnsafeCallback = ffi.UnsafeCallback;
globalThis.Deno.UnsafePointer = ffi.UnsafePointer;
globalThis.Deno.UnsafePointerView = ffi.UnsafePointerView;
globalThis.Deno.UnsafeFnPointer = ffi.UnsafeFnPointer;