Skip to content

Commit c6b067a

Browse files
committed
npm
1 parent 71ad2a2 commit c6b067a

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

docs/TECHNICAL_DOCUMENTATION_WASM.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,21 @@ wasm-bindgen ../../target/wasm32-unknown-unknown/release/seuif97.wasm --out-dir
8686
wasm-bindgen ../../target/wasm32-unknown-unknown/release/seuif97.wasm --out-dir pkg --target nodejs
8787
```
8888

89+
### 3.4 NPM Package Distribution
90+
91+
```bash
92+
cd \npm
93+
```
94+
95+
```bash
96+
npm run build:wasm
97+
```
98+
99+
```bash
100+
npm login
101+
npm publish
102+
```
103+
89104
## 4. Using in Web Browsers
90105

91106
### 4.1 Basic Usage (ES Modules)

0 commit comments

Comments
 (0)