Git Product home page Git Product logo

emnapi's Introduction

emnapi

N-API implementation for Emscripten. This project is abandoned, please see Toyo Li's emnapi instead.

Currently implemented methods (not counting bugs):

  • napi_module_register
  • napi_get_last_error_info
  • napi_get_undefined
  • napi_get_null
  • napi_get_global
  • napi_get_boolean
  • napi_create_object
  • napi_create_array
  • napi_create_array_with_length
  • napi_create_double
  • napi_create_int32
  • napi_create_uint32
  • napi_create_int64
  • napi_create_string_latin1
  • napi_create_string_utf8
  • napi_create_string_utf16
  • napi_create_symbol
  • napi_create_function
  • napi_create_error
  • napi_create_type_error
  • napi_create_range_error
  • napi_typeof
  • napi_get_value_double
  • napi_get_value_int32
  • napi_get_value_uint32
  • napi_get_value_int64
  • napi_get_value_bool
  • napi_get_value_string_latin1
  • napi_get_value_string_utf8
  • napi_get_value_string_utf16
  • napi_coerce_to_bool
  • napi_coerce_to_number
  • napi_coerce_to_object
  • napi_coerce_to_string
  • napi_get_prototype
  • napi_get_property_names
  • napi_set_property
  • napi_has_property
  • napi_get_property
  • napi_delete_property
  • napi_has_own_property
  • napi_set_named_property
  • napi_has_named_property
  • napi_get_named_property
  • napi_set_element
  • napi_has_element
  • napi_get_element
  • napi_delete_element
  • napi_define_properties
  • napi_is_array
  • napi_get_array_length
  • napi_strict_equals
  • napi_call_function
  • napi_new_instance
  • napi_instanceof
  • napi_get_cb_info
  • napi_get_new_target
  • napi_define_class
  • napi_wrap
  • napi_unwrap
  • napi_remove_wrap
  • napi_create_external
  • napi_get_value_external
  • napi_create_reference
  • napi_delete_reference
  • napi_reference_ref
  • napi_reference_unref
  • napi_get_reference_value
  • napi_open_handle_scope
  • napi_close_handle_scope
  • napi_open_escapable_handle_scope
  • napi_close_escapable_handle_scope
  • napi_escape_handle
  • napi_throw
  • napi_throw_error
  • napi_throw_type_error
  • napi_throw_range_error
  • napi_is_error
  • napi_is_exception_pending
  • napi_get_and_clear_last_exception
  • napi_is_arraybuffer
  • napi_create_arraybuffer
  • napi_create_external_arraybuffer
  • napi_get_arraybuffer_info
  • napi_is_typedarray
  • napi_create_typedarray
  • napi_get_typedarray_info
  • napi_create_dataview
  • napi_is_dataview
  • napi_get_dataview_info
  • napi_get_version
  • napi_create_promise
  • napi_resolve_deferred
  • napi_reject_deferred
  • napi_is_promise
  • napi_adjust_external_memory
  • napi_run_script

emnapi's People

Contributors

rreverser avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.