https://github.com/mbossx/minio-crypto-wasm
minio secure io en/decrypt lib with go wasm.
https://github.com/mbossx/minio-crypto-wasm
Last synced: 2 months ago
JSON representation
minio secure io en/decrypt lib with go wasm.
- Host: GitHub
- URL: https://github.com/mbossx/minio-crypto-wasm
- Owner: mbossX
- License: mit
- Created: 2021-06-17T05:41:39.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-18T04:32:20.000Z (almost 4 years ago)
- Last Synced: 2025-01-19T08:21:29.076Z (4 months ago)
- Language: JavaScript
- Size: 637 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# minio-crypto-wasm
minio secure io en/decrypt lib with go wasm.# build
`GOOS=js GOARCH=wasm go build -o package/mcw.wasm main.go`
# test
`cd tests && node index.js`