fervid_napi 0.2.0

Vue SFC compiler written in Rust
Documentation
1
2
3
4
5
extern crate napi_build;

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