UNPKG

libxslt-wasm

Version:

JavaScript bindings for libxslt compiled to WebAssembly

15 lines (14 loc) 446 B
import { libxslt } from "./module.js"; export const { // preamble.js addRunDependency, removeRunDependency, // libcore.js ptrToString, warnOnce, handleException, getNativeTypeSize, // libccall.js ccall, cwrap, // libstrings.js UTF8ToString, stringToUTF8Array, stringToUTF8, lengthBytesUTF8, intArrayFromString, intArrayToString, stringToNewUTF8, writeArrayToMemory, // libgetvalue.js getValue, setValue, // libfs_shared.js FS, } = libxslt;