Skip to content

Node.js native wrapper for esbuild using N-API and Cgo

Notifications You must be signed in to change notification settings

wilsonzlin/esbuild-native

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

esbuild-native

Node.js native wrapper for esbuild using N-API and Cgo.

Building

Requirements:

  • Go 1.13+.
  • Node.js 8.16+, 10.16+, 11.8+, or 12+.
  • 64-bit GNU and MSVC compiler on Windows.

Install the dependencies in this folder using npm i, and then run npm run init and npm run build.

To test it out, open node and require('.'). Check example.js for usage details.

Benchmarking

Run node bench/run.js.

About

Node.js native wrapper for esbuild using N-API and Cgo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published