Go to file
forest dc958c31b7 first commit 2022-10-21 23:58:11 -05:00
ReadMe.md first commit 2022-10-21 23:58:11 -05:00
go.mod first commit 2022-10-21 23:58:11 -05:00
go.sum first commit 2022-10-21 23:58:11 -05:00
index.html first commit 2022-10-21 23:58:11 -05:00
main.go first commit 2022-10-21 23:58:11 -05:00
test.wasm first commit 2022-10-21 23:58:11 -05:00
wasm_exec.js first commit 2022-10-21 23:58:11 -05:00

ReadMe.md

age-e2ee-web

Run https://github.com/FiloSottile/age in web browsa via https://tinygo.org/docs/guides/webassembly/

To build:

  1. install tinygo https://tinygo.org/getting-started/install/linux/

  2. 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