chore(deps): add @emnapi/core and @emnapi/runtime to devDependencies#321
Merged
Brooooooklyn merged 2 commits intomainfrom Apr 14, 2026
Merged
Conversation
Agent-Logs-Url: https://github.com/Brooooooklyn/snappy/sessions/754172a6-02e0-4a2a-b9a5-a59b855044c1 Co-authored-by: Brooooooklyn <3468483+Brooooooklyn@users.noreply.github.com>
Claude created this pull request from a session on behalf of
Brooooooklyn
April 14, 2026 08:40
View session
Owner
|
@claude[agent] lockfile is not updated |
Agent-Logs-Url: https://github.com/Brooooooklyn/snappy/sessions/a2a457d1-222a-4ff2-888f-d245cafb594b Co-authored-by: Brooooooklyn <3468483+Brooooooklyn@users.noreply.github.com>
Contributor
Author
Updated the lockfile with commit 3932b8d |
Owner
|
@claude[agent] run |
Contributor
Author
Ran |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds
@emnapi/coreand@emnapi/runtimeto devDependencies to support WASM compilation and runtime functionality for the NAPI bindings.Changes
@emnapi/core@^1.3.1to devDependencies@emnapi/runtime@^1.3.1to devDependenciesThese packages provide the necessary infrastructure for building and running Node-API modules compiled to WebAssembly, supporting the existing
wasm32-wasip1-threadstarget in the NAPI configuration.