Skip to main content
Module

std/node/wasi.ts

Deno standard library
Go to Latest
File
// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license.import Context from "../wasi/snapshot_preview1.ts";
export const WASI = Context;
export default { WASI };