mirror of
https://github.com/tlsnotary/tlsn.git
synced 2026-01-09 14:48:13 -05:00
* feat: harness * delete tests.rs build artifact * fix binary path * seconds -> milliseconds * update lock * add empty tests module * rustfmt * ToString -> Display * output tests module into build artifacts * clippy * rustfmt
7 lines
231 B
Bash
Executable File
7 lines
231 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Ensure the script runs in the folder that contains this script
|
|
cd "$(dirname "$0")"
|
|
|
|
rustup run nightly \
|
|
wasm-pack build executor --target web --no-pack --out-dir=../static/generated -- -Zbuild-std=panic_abort,std |