UNPKG

libxslt-wasm

Version:

JavaScript bindings for libxslt compiled to WebAssembly

7 lines (6 loc) 241 B
import { libxslt } from "./module.js"; export const { // <stdlib.h> _calloc: calloc, _free: free, _malloc: malloc, _realloc: realloc, // `main.c` _main: main, _libxsltWasmExternalEntityLoader: libxsltWasmExternalEntityLoader, } = libxslt;