issues
search
wasmx
/
wasm-chisel
Some useful utilities to transform WebAssembly binaries.
Apache License 2.0
56
stars
11
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
WASI imports
#199
g-r-a-n-t
opened
4 years ago
1
Merge ModuleConfig trait into ChiselModule
#198
axic
closed
4 years ago
1
Remove new() from CheckFloat, Repack and Snip
#197
axic
closed
4 years ago
0
Update dependencies
#196
axic
closed
4 years ago
0
Update snip to 0.4.0
#195
axic
closed
4 years ago
0
Update to binaryen 0.9.0
#194
axic
closed
4 years ago
0
Simplify create_memory_deployer
#193
axic
closed
4 years ago
0
Implement translate() in TrimStartFunc
#192
axic
closed
4 years ago
0
Try implementing ModuleConfig in cli/driver.rs
#191
axic
opened
4 years ago
0
Bubble up errors in ModulePreset implementation of RemapImports and VerifyImports
#190
axic
closed
4 years ago
0
Introduce more granular module errors for configuration
#189
axic
opened
4 years ago
0
Use ModulePreset trait in TrimExports
#188
axic
closed
4 years ago
0
Update changelog for 0.6.0
#187
axic
closed
4 years ago
0
Use wat crate to support Wat/Wast inputs
#186
axic
closed
4 years ago
0
Support reading wat (add an option to online+config)
#185
axic
closed
4 years ago
0
Use wasmprinter instead of wabt for outputs
#184
axic
closed
4 years ago
0
CLI: Require argument delimiters
#183
jakelang
closed
4 years ago
0
Rework README to be nicer
#182
axic
opened
4 years ago
0
Introduce oneliner CLI mode
#181
jakelang
closed
4 years ago
1
Some cleanups according to clippy
#180
axic
closed
4 years ago
0
Replace wabt-rs dependency with wat/wast
#179
axic
closed
4 years ago
0
Add WASI import list to verifyimports/renameimports
#178
axic
opened
4 years ago
0
Add second test case to binaryenopt
#177
axic
opened
5 years ago
0
Rework cmd_run to use new driver and config systems
#176
jakelang
closed
4 years ago
0
Split subcommand run into its own file
#175
axic
closed
4 years ago
0
Remove extern crate notation and move hex to dev-dependencies
#174
NikVolf
closed
5 years ago
1
Driver: Implement module handling in a helper
#173
jakelang
closed
5 years ago
0
Introduce ModuleDelegate
#172
jakelang
opened
5 years ago
0
Change ModulePreset to return ModuleError
#171
axic
closed
5 years ago
0
Change deployer into a ModuleTranslator
#170
axic
closed
5 years ago
0
Decouple most deployer tests from the ModuleCreator API
#169
axic
closed
5 years ago
0
Introduce new CLI driver skeleton
#168
jakelang
closed
5 years ago
0
Add new CLI option handling
#167
jakelang
closed
5 years ago
0
Simplify writer and improve test in result.rs
#166
axic
closed
5 years ago
0
Use new config infrastructure
#165
axic
closed
5 years ago
0
Clear up use statements
#164
axic
closed
5 years ago
0
Introduce new CLI result handling
#163
jakelang
closed
5 years ago
0
Abstract configuration API (attempt 1)
#162
jakelang
closed
5 years ago
1
Add attempt for better module configuration
#161
axic
closed
4 years ago
0
Rename re-exported Module to WasmModule for clarity
#160
axic
opened
5 years ago
0
Remove dependency on parity_wasm from chisel CLI
#159
axic
closed
5 years ago
0
CLI: Introduce new config infrastructure
#158
jakelang
closed
5 years ago
0
Update parity-wasm to 0.40.2
#157
axic
closed
5 years ago
0
Use Module::from_slice()/to_vec() in tests
#156
axic
closed
5 years ago
0
Make from_slice()/to_vec() return a Result
#155
axic
closed
5 years ago
0
Use module::to_vec() in chisel cli
#154
axic
closed
5 years ago
0
CLI: Introduce logging macro and global log level
#153
jakelang
closed
5 years ago
0
Ignore .wasm and .wat files in source directories
#152
jakelang
closed
5 years ago
0
Remove dependency on the byteorder crate
#151
axic
closed
5 years ago
0
Export module_from_slice() and Module::to_vec/from_slice() helpers
#150
axic
closed
5 years ago
1
Next