binaryen
binaryen copied to clipboard
Optimizer and compiler/toolchain library for WebAssembly
Followup to #6206 See https://en.cppreference.com/w/cpp/language/string_literal
Hi developers, I have a problem (or somewhat feature request) related to the C API. Given a raw bytes stream, I need to validate whether it is a valid wasm...
Add a gtest file that is only included in the build when using C++20 or greater that defines a generator utility in terms of C++20 coroutines and then uses that...
To avoid breaking users who have not updated their frontends yet, Binaryen still interprets binary and text type definitions that do not use `sub` or `sub final` as non-final, even...
It was previously possible to opt in to using the legacy GC opcodes with a build time flag. Now that WasmGC has shipped and users have migrated to the standard...
Binaryen has started to use some C++20 features, and it would be nice to use even more. For that we'll want to make sure that Binaryen can still be compiled...
Hello, new here. Does Binaryen output only unnamed "minified" code when it comes to things like parameters? I see examples that do this only: ```js const params = binaryen.createType([i32, i32])...
Hey, I am trying to use Wasm-as to parse some .wat files to .wasm. Multiple of them include drop's, and wasm-as toss an error on the line of the drop...
In offline discussion we thought it would be useful to compare the current TypeGeneralizing impl with one that does not use the new optimization framework, to get an idea for...