Experimental WASM library which simplifies writing JavaScript code and share some standard libraries from Golang.
Note: Library have problem with speed on chromium based browsers.
Goals | Status |
---|---|
Create user friendly API with error coverage | ☐ |
Create build with Tinygo | ☐ |
Create three versions (in GO, Rust and AssemblyScript) | ☐ |
Stable build for shortQuery module | ☐ |
Write complete documentation | ☐ |
Optimize the code | ☐ |
https://github.com/KrzysztofZawisla/WasmQuery/wiki
Windows 10 Professional 64-bit version 1909 build 18363.476
Version of Golang: 1.12.13 windows/amd64
Version of Python: 3.6.8 windows/amd64
Version of Node.js: 12.13.0 windows/amd64
Version of TypeScript: 3.6.4 windows/amd64
Version of Flow: - windows/amd64
encoding/hex
crypto/sha512
crypto/sha256
crypto/sha1
crypto/md5
golang.org/x/crypto/md4
golang.org/x/crypto/sha3
hash/adler32
time
math
syscall/js
Krzysztof Zawisła - https://github.com/KrzysztofZawisla
Szymon Bendorz - https://github.com/dsonyy
Dev build: go build -o WasmQuery.wasm
Production build: go build -o WasmQuery.wasm -ldflags="-s -w"