Sven Sauleau
Sven Sauleau
- [ ] `f32.neg` - [ ] `f32.ceil` - [ ] `f32.floor` - [ ] `f32.trunc` - [ ] `f32.nearest` - [ ] `f32.sqrt` - [ ] `f64.abs` - [...
- [ ] `return` - [ ] `callindirect` - [ ] `select` - [ ] `getglobal` - [ ] `setglobal` - [ ] `currentmemory` - [ ] `growmemory` - [...
Explicit conversion: - [ ] `f32.convert_s` - [ ] `f32.convert_u` - [ ] `f32.convert_s` - [ ] `f32.convert_u` - [ ] `f64.convert_s` - [ ] `f64.convert_u` - [ ] `f64.convert_s`...
- [ ] `i32.trunc_s` - [ ] `i32.trunc_u` - [ ] `i32.trunc_s` - [ ] `i32.trunc_u` - [ ] `i64.trunc_s` - [ ] `i64.trunc_u` - [ ] `i64.trunc_s` - [...
You mentioned the suggar of the WebAssembly text format, but it's missing a bit of formal definition. WebAssembly specifies a textual representation called `wat` (WebAssembly Text Format): https://webassembly.github.io/spec/core/text/index.html, which is...
Originally reviewed in https://github.com/suborbital/subo/pull/229
The Yank functionality is missing from the GNU/Readline implementation, see [doc here](https://www.gnu.org/software/bash/manual/html_node/Readline-Killing-Commands.html). I'm happy to help btw.
## Feature request **What is the expected behavior?** Since https://github.com/WebAssembly/tool-conventions/pull/65, tooling is expected to emit the custom producer section. Note that we should only add the Webpack entry and preserve...
Added a simple write function.
Hi, This project looks very interesting and Vim-friendly. Is this still in progress ?