7ombie

Results 17 issues of 7ombie

There are some cases where the types (`MemoryLayout` and `Float`) are not highlighted as types in the following expression: ``` swift MemoryLayout.stride ``` In other (most) cases, the types are...

This code (from the *Data Importer* section of [the README][1]) is missing a closing-paren: ``` wat (module (data (i32.const 1024) (import "other_file.wat" (raw)) ;; ... ) ``` [1]: https://github.com/surma/silly-wat-linker

The current DWARF for WebAssembly spec requires that instruction addresses are offsets into the Code Section. However, (extended) constant expressions contain instructions that are executed at runtime (and can contain...

I opened [an issue in yurydelendik's repo][1] about six weeks ago, but it hasn't been addressed, and I thought I'd mention it here. Thanks. [1]: https://github.com/yurydelendik/webassembly-dwarf/issues/20

I was really excited about this proposal, and repeatedly end up back at this repo, hoping some progress has been made with it. Even if it was only in Chrome...

I tried to follow the README, but it didn't make sense. Steps 1 and 2 were fine (and I could build the project with the dependency, without any code of...

WABT can be useful in the browser, but there's no way to import it there. Adding the following line to the very end of the `wabt.js` file (available from the...