Skip to content
This repository has been archived by the owner on Jan 3, 2020. It is now read-only.

Removing link to node.dll since it's still a private repo #8

Merged
merged 1 commit into from
Jun 16, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ to create Node.js applications and easily deploy and debug them on Windows IoT C
contains:

* nodeuwp.dll: That's this UWP application.
* node.dll (code [here](https://github.com/Microsoft/node-msft/tree/ch0.12.2-uwp)): This is Node.exe (renamed) with a few differences:
* node.dll (GitHub link coming soon): This is Node.exe (renamed) with a few differences:
* Code that not allowed in a UWP app container is disabled.
* Code links to onecore.lib (instead of legacy DLL's like kernel32.dll, etc.) to enable it to run on Windows IoT Core.
* uwp.node (code [here](https://github.com/Microsoft/node-uwp)): This is the addon that allows you to access UWP namespaces from Node.js code.
Expand Down