Skip to content

issues Search Results · repo:AssemblyScript/binaryen.js language:JavaScript

Filter by

0 results
 (93 ms)

0 results

inAssemblyScript/binaryen.js (press backspace or delete to remove)

getExpressionInfo returns an object which has a table field in it when called on a call_indirect expression, specifying the name of the table to call the function from: https://github.com/WebAssembly/binaryen/blob/f77a69d7f64dffdcdda65c478ee2a93c2821349c/src/js/binaryen.js-post.js#L2852C5-L2860C9 ...
  • GulgDev
  • Opened 
    6 days ago
  • #101

Hello! Currently, binaryen.d.ts contains definitions that don t allow TypeScript compiler to properly narrow down ExpressionInfo. It would be nice to have more specific typings. I suggest the following ...
  • GulgDev
  • Opened 
    6 days ago
  • #100

Hello, It looks like binaryen.readBinary is removing the name custom section. No other custom sections in my test case are removed. I start with a raw Wasm binary file that does have a name section, ...
  • lastmjs
  • 2
  • Opened 
    9 days ago
  • #99

I didn t see any API I could use to generate the DWARF
  • zhuyipeng
  • Opened 
    on Dec 6, 2024
  • #97

by console.log( e.table , e.table, data.length) console.log( table , binaryen.getTableInfo(this.module.getTable(e.table))) output e.table 0 185325 table { name: 0 , module: , base: , initial: 185326, ...
  • niu2x
  • 1
  • Opened 
    on Aug 4, 2024
  • #96

There is a problem that binaryen.js seems to be embodied with in Node.js where the entire minified contents of binaryen.js is printed to the terminal on uncaught exceptions. The issue has been reported ...
  • lastmjs
  • 4
  • Opened 
    on Jul 16, 2024
  • #94

Hi there, to avoid observed gaps between the TypeScript in this repo and the underlying JavaScript in Binaryen repo, I have submitted a PR that moves the TypeScript source to the Binaryen repo and generates ...
  • ericvergnaud
  • 2
  • Opened 
    on Jan 9, 2024
  • #91

I m working on a compiler that uses binaryen.js to generate Wasm. A problem I ve run into, however, is that running mod.optimize() on the generated module (which executes fine without optimization) runs ...
  • csjh
  • 22
  • Opened 
    on Sep 30, 2023
  • #86

I currently have a problem with what the ptr param is in store function. It would be really nice if you add some other examples to the code showing just how one or two times how an api is used for similar ...
  • Dan-k391
  • 2
  • Opened 
    on Sep 21, 2023
  • #85

If I put a condition on a regular br statement (not sure why a regular br statement has an optional condition). This will compile: ctx.m.br(ctx.popBlock(), ctx.m.i32.eq( m.local.get(success, binaryen.i32), ...
  • AjaniBilby
  • 1
  • Opened 
    on Jun 28, 2023
  • #84
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 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 search results · GitHub