blob: f2755cb663455902fa2ffa7cd35c89088ff9758c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
debug
ffi test
include test.h
script http://localhost/test/test.js
link test.o
effectful Test.print
serverOnly Test.foo
clientOnly Test.bar
jsFunc Test.print=print
jsFunc Test.bar=bar
cffi
|