UNPKG
@teraflop/api
Version:
latest (0.1.0-pre-alpha-6)
0.1.0-pre-alpha-6
0.1.0-pre-alpha-4
0.1.0-pre-alpha-3
0.1.0-pre-alpha-2
0.1.0-pre-alpha-1
Teraflop game engine WebAssembly scripting API
github.com/chances/teraflop-d
chances/teraflop-d
@teraflop/api
/
assembly
/
index.ts
7 lines
(5 loc)
•
119 B
text/typescript
View Raw
1
2
3
4
5
6
7
import
*
as
plugin
from
'./lib/plugin'
export
{ plugin }
export
function
add
(
a: i32, b: i32
): i32 {
return
a + b; }