wasmer-napi 0.702.0

NAPI library for Wasmer WebAssembly runtime
1
2
3
4
#include "internal/napi_handle_scope_wrapper.h"

napi_handle_scope_wrapper__::napi_handle_scope_wrapper__(v8::Isolate* isolate)
    : scope_(isolate) {}