mirror of
https://github.com/fluencelabs/wasm-utils
synced 2025-03-27 08:21:05 +00:00
6 lines
146 B
Bash
Executable File
6 lines
146 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# "Compile rust source and put it as a tested contract"
|
|
|
|
mkdir -p out
|
|
rustc $1 -o out/contract.js -O --target wasm32-unknown-emscripten |