summaryrefslogtreecommitdiff
path: root/examples/rust/rust-toolchain.toml
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2024-03-13 15:28:31 +0100
committerGitHub <noreply@github.com>2024-03-13 15:28:31 +0100
commit03020080366241f1c5b610546d3e17687232eb30 (patch)
tree67ed5722bb37f55ffa135ce241f722f78cb56831 /examples/rust/rust-toolchain.toml
parent398b2af4ea37be98093bdf7ac185a468c62c4aef (diff)
chore: optimize block stack, remove EndFunc (#12)
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'examples/rust/rust-toolchain.toml')
-rw-r--r--examples/rust/rust-toolchain.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/rust/rust-toolchain.toml b/examples/rust/rust-toolchain.toml
new file mode 100644
index 0000000..21a0cab
--- /dev/null
+++ b/examples/rust/rust-toolchain.toml
@@ -0,0 +1,3 @@
+[toolchain]
+channel="nightly"
+targets=["wasm32-unknown-unknown"]