Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/0.2.11 kbc1 ic #1

Merged
merged 16 commits into from
Mar 4, 2024
Merged

Feat/0.2.11 kbc1 ic #1

merged 16 commits into from
Mar 4, 2024

Conversation

TomesVWhite
Copy link

update quickJs and support kbc1 contains inline cache

bin/wbc.js Outdated
@@ -0,0 +1,150 @@
var lz4 = require('lz4');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be indexed with 2 space

Napi::Buffer<uint8_t> buffer = info[0].As<Napi::Buffer<uint8_t>>();
uint8_t *bytes = buffer.Data();
size_t byteLength = buffer.ByteLength();
uint32_t res = calculateAdler32(bytes,byteLength);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

calculateAdler32(bytes, byteLength);

@andycall andycall force-pushed the feat/0.2.11_kbc1_ic branch from 9900173 to c1030bc Compare March 4, 2024 08:02
@andycall andycall merged commit b6b7d0b into main Mar 4, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants