mirror of
https://github.com/pezkuwichain/wasm-instrument.git
synced 2026-06-23 09:41:04 +00:00
initial
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user