Ben Smith

Results 60 issues of Ben Smith

The name of the target is `emscripten-release`, for example.

This adds support for handling types of the form (ref $T), where $T is an index into the type section. Rather than storing an additional field in the Type struct,...

There are other TODOs in the source, but most of these should be small. - [x] Update output from "type" to "func_type" [TODO](https://github.com/WebAssembly/wabt/blob/master/src/binary-reader-logging.cc#L146) [TODO](https://github.com/WebAssembly/wabt/blob/master/src/binary-writer.cc#L888) - [ ] Rename LoadStoreExpr (maybe...

good-first-bug

See #1275 where these were removed. The upstream spec was changed to use a more generic syntax: ``` (assert_return_canonical_nan (invoke "...")) ``` becomes ``` (assert_return (invoke "...") (nan:canonical)) ``` (And...

good-first-bug

Hi, I just saw your project on WasmWeekly! I worked on something similar [here]( https://github.com/WebAssembly/wabt/tree/master/wasm2c), and there's a wasm-to-rust converter [here](https://github.com/CryZe/wasm-to-rust) too that you may be interested in. One thing...

See https://github.com/karma-runner/karma/issues/1199 I am using Karma to run Native Client, which by default outputs to Chrome stdout/stderr. I'd like to redirect this output the karma log. I have a hack...

type: feature
PR please

wabt provides the `wast2json` tool to parse the wast files. It then generates a `.json` file, and a collection of `.wasm` files for each module. This might be simpler than...

A threaded test requires a more substantial harness than can be provided in one JavaScript file, and must be implemented differently for Web JS engines vs. console-based JS engines. The...