-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cli-support: Remove Node.js specific passStringToWasm (#2310)
Now that Node has encodeInto it can use the same path as the normal Web Browser code (that avoids calling into the C++ code). Node 12,13, and 14 have this method, so it is now fairly well supported. We should check to see if this is actually a speedup for ASCII strings Signed-off-by: Joe Richey <joerichey@google.com>
- Loading branch information
Showing
1 changed file
with
0 additions
and
35 deletions.
There are no files selected for viewing
This file contains 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