summaryrefslogtreecommitdiff
path: root/core/examples/wasm.ts
diff options
context:
space:
mode:
Diffstat (limited to 'core/examples/wasm.ts')
-rw-r--r--core/examples/wasm.ts7
1 files changed, 0 insertions, 7 deletions
diff --git a/core/examples/wasm.ts b/core/examples/wasm.ts
deleted file mode 100644
index 4cf364c3a..000000000
--- a/core/examples/wasm.ts
+++ /dev/null
@@ -1,7 +0,0 @@
-// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
-
-export declare function op_wasm(): void;
-
-export function call(): void {
- op_wasm();
-}