Clean up and rearrange
This commit is contained in:
14
small_demo/demo.sh
Executable file
14
small_demo/demo.sh
Executable file
@@ -0,0 +1,14 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
echo
|
||||
echo "Partially Evaluating & compiling " $@
|
||||
echo "Source is"
|
||||
cat $@
|
||||
echo
|
||||
touch csc_out.wasm && rm csc_out.wasm && time scheme --script ../partial_eval.scm $@
|
||||
echo
|
||||
echo "Running"
|
||||
echo
|
||||
wasmtime ./csc_out.wasm
|
||||
echo
|
||||
echo
|
||||
Reference in New Issue
Block a user