File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# memory.wasm
2
2
3
- Reusable zero -copy memory for WebAssembly
3
+ Zero -copy memory for WebAssembly
4
4
5
5
``` bash
6
6
npm i @hazae41/memory.wasm
Original file line number Diff line number Diff line change 2
2
"type" : " module" ,
3
3
"name" : " @hazae41/memory.wasm" ,
4
4
"version" : " 1.0.5" ,
5
- "description" : " Reusable zero -copy memory for WebAssembly" ,
5
+ "description" : " Zero -copy memory for WebAssembly" ,
6
6
"homepage" : " https://github.com/hazae41/memory.wasm" ,
7
7
"repository" : " github:hazae41/memory.wasm" ,
8
8
"author" : " hazae41" ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version = "1.0.0"
4
4
authors = [" hazae41 <4405263+hazae41@users.noreply.github.com>" ]
5
5
edition = " 2021"
6
6
7
- description = " Reusable zero -copy memory for WebAssembly"
7
+ description = " Zero -copy memory for WebAssembly"
8
8
repository = " https://github.com/hazae41/memory.wasm"
9
9
license = " Unlicense"
10
10
You can’t perform that action at this time.
0 commit comments