Skip to content

issues Search Results · repo:bytecodealliance/wasm-tools language:Rust

Filter by

370 results
 (77 ms)

370 results

inbytecodealliance/wasm-tools (press backspace or delete to remove)

Multiple imports of the same name are in-spec for core-wasm modules but not allowed for components. Currently, attempting to componentize a module with non-uniquely named imports yields… % wasm-tools ...
  • erikrose
  • 4
  • Opened 
    15 days ago
  • #2063

This is a sibling of https://github.com/bytecodealliance/wasm-tools/issues/1924. wasm-tools metadata show should print the imports and exports of each component. Unlike the high-fidelity output of wasm-tools ...
  • yoshuawuyts
  • Opened 
    19 days ago
  • #2058

Any chance that we can also get the comments from our .WIT files in the JSON ast? This allows me to generate boilerplate code with comments. wasm-tools component wit --json ok.wit File: ok.wit interface ...
  • emilebosch
  • 1
  • Opened 
    19 days ago
  • #2056

I m trying to run wasm-shrink on a 17M .wasm file. Issues: - The interestingness script path works if I pass ./script.sh or absolute path to the script, but script.sh fails with error: Failed to ...
  • osa1
  • 1
  • Opened 
    24 days ago
  • #2051

Conflicting version of wasi will cause builds to crash. As more common crates are importing wasi this problem will grow if not addressed. In my particular case newer version of tempfile and uuid depended ...
  • cdmurph32
  • 2
  • Opened 
    26 days ago
  • #2047

Probably because https://github.com/WebAssembly/component-model/pull/384 was merged a few weeks before https://github.com/WebAssembly/component-model/pull/405 , the component model binary specification ...
  • cpetig
  • 1
  • Opened 
    28 days ago
  • #2044

I mis-configured wit-bingen macro and got the error message: proc macro panicked message: assertion failed: prev.is_none() When trying to debug it I tried using cargo expand and cargo docs to track down ...
  • jsturtevant
  • 7
  • Opened 
    on Feb 4
  • #1996

When a new interface is marked as @unstable (feature = somefeaturegate) and it uses a stable type from another package via use package:interface/type.{name} the resulting package can t be imported into ...
  • jsturtevant
  • 14
  • Opened 
    on Feb 4
  • #1995

While implementing the custom-page-sizes proposal in Wasmi I encountered this failing test case in the official Wasm spectest mirror: (module (memory (pagesize 1) (data xyz )) (func (export size ...
bug
  • Robbepop
  • 3
  • Opened 
    on Feb 4
  • #1994

Would it be worth adding an option to enable/disable generation of specific instructions?
  • ark0f
  • 2
  • Opened 
    on Jan 21
  • #1980
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub