ic-wasm icon indicating copy to clipboard operation
ic-wasm copied to clipboard

A collection of libraries and tools for transforming Wasm canisters running on the Internet Computer

Results 3 ic-wasm issues
Sort by recently updated
recently updated
newest added

First off, thank you for a useful project. I used to use `wasm-nm` ([src](https://github.com/fitzgen/wasm-nm)) to get the symbol table from a Wasm file. It's basically the UNIX `nm` but for...