No description
go.mod | ||
go.sum | ||
index.html | ||
main.go | ||
ReadMe.md | ||
test.wasm | ||
wasm_exec.js |
age-e2ee-web
Run https://github.com/FiloSottile/age in web browsa via https://tinygo.org/docs/guides/webassembly/
To build:
-
install tinygo https://tinygo.org/getting-started/install/linux/
-
run the following:
cp /usr/local/lib/tinygo/targets/wasm_exec.js ./wasm_exec.js
tinygo build -o test.wasm -target wasm --no-debug ./main.go