https-everywhere-lib-wasm

Crates.iohttps-everywhere-lib-wasm
lib.rshttps-everywhere-lib-wasm
version0.1.2
sourcesrc
created_at2019-07-20 18:55:55.45625
updated_at2019-09-06 01:57:09.002712
descriptionHTTPS Everywhere WASM Library
homepage
repositoryhttps://github.com/efforg/https-everywhere-lib-wasm
max_upload_size
id150404
size172,160
William Budington (Hainish)

documentation

README

HTTPS Everywhere WASM Library

Build Status Latest Version Rust Documentation

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
Commit count: 44

cargo fmt