Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add WASM native module loader #3

Open
wants to merge 1 commit into
base: feat/wasm-napi-port
Choose a base branch
from

Conversation

OhadRau
Copy link
Owner

@OhadRau OhadRau commented Aug 1, 2019

This PR builds on #1 and #2, adding a loader for WASM native modules. This change is relatively simple and is mostly just some standard JS code to load a WASM module + a new function in the process module (process.wasmOpen) that mimics DLopen for WASM modules (loads functions exported through N-API).

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

@OhadRau OhadRau requested a review from kjin August 1, 2019 18:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants