Skip to content

Commit 79f81a6

Browse files
committed
Add a README
1 parent c4ae3fd commit 79f81a6

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
Silverfish
2+
==========
3+
4+
A platform for compiling WASM code into llvm bytecode
5+
6+
```
7+
silverfish 0.1.0
8+
Gregor Peach <[email protected]>
9+
10+
USAGE:
11+
silverfish [FLAGS] [OPTIONS] <input>
12+
13+
FLAGS:
14+
-h, --help Prints help information
15+
-i, --inline-constant-globals Force inlining of constant globals
16+
-u, --fast-unsafe-implementations Allow unsafe instruction implementations that may be faster
17+
--runtime-globals Don't generate native globals, let the runtime handle it
18+
-V, --version Prints version information
19+
20+
OPTIONS:
21+
-o, --output <output> Output bc file
22+
23+
ARGS:
24+
<input> Input wasm file
25+
26+
```
27+
Relies on you having a sensible llvm toolchain on your computer (so we can call llvm-config)

0 commit comments

Comments
 (0)