UNPKG

@teraflop/api

Version:

Teraflop game engine WebAssembly scripting API

7 lines (5 loc) 119 B
import * as plugin from './lib/plugin' export { plugin } export function add(a: i32, b: i32): i32 { return a + b; }