Skip to content

Commit

Permalink
Convert rustbn-wasm to async constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
acolytec3 committed Mar 5, 2024
1 parent 842daac commit 3adcb71
Show file tree
Hide file tree
Showing 10 changed files with 8,729 additions and 4,583 deletions.
3 changes: 3 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"presets": ["@babel/preset-env"]
}
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,7 @@ node_modules/
__snapshots__

# Intermediate build outputs
target
target

# Build outputs
dist/*
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.github
src.ts/rustbn_bg.wasm
src.ts/wasm.json
scripts/
test
Cargo.*
Expand Down
10 changes: 0 additions & 10 deletions dist/cjs/rustbn_bg.wasm.d.ts

This file was deleted.

Loading

0 comments on commit 3adcb71

Please sign in to comment.