erlpack icon indicating copy to clipboard operation
erlpack copied to clipboard

High Performance Erlang Term Format Packer

Results 27 erlpack issues
Sort by recently updated
recently updated
newest added

I'm copying the the data directly from messages on the gateway websocket connection in discord dev tools. ```js const erlpack = require("erlpack"); const str = 'HEXDATA'; const packed = Buffer.from(str,...

Initiating a discussion as to whether or not atoms should be treated as symbols in node's system, and vice versa. I feel this is an appropriate convention, and have been...

tried installing erlpack to fix my installation issues with npm but here's what happens: ``` > [email protected] install C:\Users\RAP\AppData\Roaming\npm\node_modules\erlpack > node-gyp rebuild C:\Users\RAP\AppData\Roaming\npm\node_modules\erlpack>if not defined npm_config_node_gyp (node "C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild...

Adds a new github action we can trigger manually to build wheels via https://github.com/pypa/cibuildwheel

To get the Node 16 updates onto NPM, I updated the version to 0.1.4 (As it does not break usage with Node 12 I think incrementing patch is fine): https://www.npmjs.com/package/erlpack...

Right now, when importing erlpack in worker threads give `Module did not self-register` error. This is fixed by #42

This allows for using erlpack in Node.js worker threads.

Are there any plans of making a WebAssembly version so this can be run in a browser easily?

Log file ```0 info it worked if it ends with ok 1 verbose cli [ 'C:\\Program Files\\nodejs\\node.exe', 1 verbose cli 'C:\\Users\\legit\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js', 1 verbose cli 'install', 1 verbose cli 'erlpack' ]...