Skip to content

Commit 3adcb71

Browse files
committed
Convert rustbn-wasm to async constructor
1 parent 842daac commit 3adcb71

10 files changed

+8729
-4583
lines changed

.babelrc

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"presets": ["@babel/preset-env"]
3+
}

.gitignore

+4-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,7 @@ node_modules/
2323
__snapshots__
2424

2525
# Intermediate build outputs
26-
target
26+
target
27+
28+
# Build outputs
29+
dist/*

.npmignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
.github
22
src.ts/rustbn_bg.wasm
3-
src.ts/wasm.json
43
scripts/
54
test
65
Cargo.*

dist/cjs/rustbn_bg.wasm.d.ts

-10
This file was deleted.

0 commit comments

Comments
 (0)