summaryrefslogtreecommitdiff
path: root/core/examples/wasm.ts
blob: cdb9cf78cf85066078842de56a5d457e1dd874b8 (plain)
1
2
3
4
5
6
7
// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license.

export declare function op_wasm(): void;

export function call(): void {
  op_wasm();
}