Git Product home page Git Product logo

agewasm's Introduction

Age WASM app

A simple and secure online client-side Age key generator, encryption and decryption tool built using wasm

View online here

Building

You will need Go and wasm_exec.js (which is included with Go)

Supporting wasm_exec.js

The JavaScript file can be found in the GOROOT folder. To copy it to the static directory use the following command:

cp "$(go env GOROOT)/misc/wasm/wasm_exec.js" ./static

or use provided Makefile and execute make import

Compile it to a .wasm file

GOOS=js GOARCH=wasm go build -o static/age.wasm

or use provided Makefile and execute make build

Now you should have age.wasm and wasm_exec.js in static folder.

Using

Put the static folder on your favorite web server server or open index.html. There is no binary to run :)


Prebuilt files?

You can grab generated zip file which includes age.wasm and wasm_exec.js on release page.


License

This project is licensed under the MIT License. See the LICENSE file for the full license text.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.