7 releases
0.1.1 | Nov 22, 2020 |
---|---|
0.1.0 | Nov 22, 2020 |
0.0.5 | Nov 15, 2020 |
0.0.4 | Oct 9, 2019 |
0.0.2 | Mar 18, 2019 |
#1023 in WebAssembly
984 downloads per month
Used in 10 crates
(5 directly)
45KB
637 lines
cstring
A super simple library for c strings in web assembly
[dependencies]
cstring = "0.0.4"
javascript
I've also included a very useful es6 module for interacting with strings in web assembly memory
import { extractCString, insertString } from "https://cdn.jsdelivr.net/gh/richardanaya/cstring/cstring.js";
Dependencies
~175–320KB