UNPKG

@wapython/wasi

Version:

Javascript library for interacting with WASI Modules in Node.js and the Browser.

6 lines (5 loc) 206 B
import WASI from "./wasi"; export default WASI; export type { WASIBindings, WASIConfig, WASIFileSystem } from "./types"; export type { FileSystemSpec } from "./fs"; export { createFileSystem } from "./fs";