We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4ae3fd commit 79f81a6Copy full SHA for 79f81a6
README.md
@@ -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