Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
xsmith
WebAssembly Sandbox
Commits
784278c7
Commit
784278c7
authored
Dec 03, 2021
by
Guy Watson
Browse files
Fix typo in load-wasmer help
parent
0da4a41f
Changes
2
Hide whitespace changes
Inline
Side-by-side
wasmer/load-wasmer/src/main.rs
View file @
784278c7
...
@@ -21,7 +21,7 @@ struct Cli {
...
@@ -21,7 +21,7 @@ struct Cli {
#[structopt(long,
required(
true
))]
#[structopt(long,
required(
true
))]
compiler
:
String
,
compiler
:
String
,
/// Engine. Options are "universal"
, "dylib" or "static
lib".
/// Engine. Options are "universal"
or "dy
lib".
#[structopt(long,
required(
true
))]
#[structopt(long,
required(
true
))]
engine
:
String
,
engine
:
String
,
...
...
wasmer/load-wasmer/test.wat
deleted
100644 → 0
View file @
0da4a41f
(module
(type (;0;) (func (param i32)))
(type (;1;) (func (result i32)))
(type (;2;) (func (param f64) (result f64)))
(type (;3;) (func))
(import "env" "addToCrc" (func (;0;) (type 0)))
(func (;1;) (type 1) (result i32)
(local i32 i64 f32 f64 i32 f64 i32)
i32.const 698
f32.load offset=87 align=1
f32.nearest
f32.const -0x1.d5859cp+9 (;=-939.044;)
i32.const 1455
f32.load offset=37 align=1
f32.mul
f32.ne
i32.const 691
i32.load offset=53 align=1
i32.ctz
i32.const 1847
i32.const 211
i32.load offset=32 align=1
i32.store offset=91 align=1
i32.const -34
i32.rotl
i32.or
local.get 6
f64.convert_i32_u
i32.const -82
if (result f64) ;; label = @1
local.get 5
else
f64.const 0x1.1cd643b75817p+7 (;=142.418;)
end
f64.min
i32.const 113
local.set 4
local.get 5
i32.const 1130
f64.load offset=78 align=1
f64.copysign
loop (param f64) (result f64) ;; label = @1
f64.const 0x1.c09d4be945cdbp+8 (;=448.614;)
f64.add
local.get 4
i32.const -1
i32.add
local.tee 4
br_if 0 (;@1;)
end
f64.ne
i32.shr_u)
(func (;2;) (type 3)
(local i64))
(memory (;0;) 1)
(export "_memory" (memory 0))
(export "_main" (func 1))
(export "_crc_globals" (func 2)))
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment