wasm-json-toolkit icon indicating copy to clipboard operation
wasm-json-toolkit copied to clipboard

[ORPHANED] A small toolkit for converting wasm binaries into json and back.

Results 11 wasm-json-toolkit issues
Sort by recently updated
recently updated
newest added

I tested the following code compiled using assemblyScript ``` export function add(a: i32, b: i32): i32 { console.log("test add"); return a + b; } ``` the generated wasm file has...

## The devDependency [nyc](https://github.com/istanbuljs/nyc) was updated from `12.0.2` to `13.3.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...

greenkeeper

*** ☝️ **Important announcement:** Greenkeeper will be saying goodbye πŸ‘‹ and passing the torch to Snyk on June 3rd, 2020! [Find out how to migrate to Snyk and more at...

greenkeeper

## The devDependency [standard](https://github.com/standard/standard) was updated from `11.0.1` to `13.0.1`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...

greenkeeper

## The devDependency [coveralls](https://github.com/nickmerwin/node-coveralls) was updated from `3.0.4` to `3.0.5`. 🚨 [View failing branch](https://github.com/ewasm/wasm-json-toolkit/compare/master...ewasm:greenkeeper%2Fcoveralls-3.0.5). This version is **covered** by your **current version range** and after updating it in your project...

greenkeeper

## The dependency [buffer-pipe](https://github.com/mjbecze%40gmai/buffer-pipe) was updated from `0.0.3` to `0.0.4`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...

greenkeeper

## The dependency [leb128]() was updated from `0.0.4` to `0.0.5`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...

greenkeeper

Renames a few variables like `preramble`, which may break backwards incompatability

in progress