celox-napi 0.4.1

N-API/WASI simulator handles and frontend adapter API for Celox
Documentation
1
2
3
4
5
extern crate napi_build;

fn main() {
    napi_build::setup();
}