From 9c85fa9c3a2066ce851af53d7019e6a25a45af3b Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Sun, 30 Jun 2024 19:19:45 +0200 Subject: chore: restructure runtime and reduce build dependencies Signed-off-by: Henry Gressmann --- profile.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 profile.sh (limited to 'profile.sh') diff --git a/profile.sh b/profile.sh new file mode 100755 index 0000000..473c984 --- /dev/null +++ b/profile.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +cargo build --example wasm-rust --profile profiling +samply record ./target/profiling/examples/wasm-rust $@ -- cgit v1.3.1