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

export declare function op_wasm(): void;

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