@wasmer/wasmfs
The filesystem for Wasm!
Last updated
Was this helpful?
The filesystem for Wasm!
Last updated
Was this helpful?
import { WasmFs } from "@wasmer/wasmfs"
.
new WasmFs(): WasmFs
Constructor that returns a WasmFs
instance.
Please see the section below on instance properties to see a list of the properties on the returned instance
wasmFs.fs: MemFs
' implementation object. See the for API usage.
wasmFs.getStdOut(): string
Returns the current standard output (/dev/stdout
) of the filesystem.