Skip to content

EFForg/https-everywhere-lib-wasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

45b1622 · Feb 3, 2021

History

44 Commits
Jan 30, 2021
Feb 3, 2021
Jan 30, 2021
Jan 30, 2021
Jun 17, 2019
Jun 21, 2019
Jul 25, 2019
Jan 30, 2021
Jan 30, 2021
Jan 29, 2021
Jul 13, 2019
Mar 26, 2020
Jul 25, 2019

Repository files navigation

HTTPS Everywhere WASM Library

Build Status Latest Version Rust Documentation

Preparing for the build

git submodule update --init --recursive

Building build environment

docker build -t https-everywhere-lib-wasm .

Running build environment

docker run -it --rm -v $(pwd):/opt https-everywhere-lib-wasm

Building library

Run the aforementioned build environment. In that shell:

wasm-pack build -t no-modules

Testing the library

We need to add a special flag before testing in node. This should change some time in the future.

WBINDGEN_I_PROMISE_JS_SYNTAX_WORKS_IN_NODE=1 wasm-pack test --node

About

A library for HTTPS Everywhere which compiles to WASM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published