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

#1172 in WebAssembly

Download history 4/week @ 2024-01-07 1/week @ 2024-01-14 37/week @ 2024-02-18 53/week @ 2024-02-25 173/week @ 2024-03-03 205/week @ 2024-03-10 40/week @ 2024-03-17 136/week @ 2024-03-24 565/week @ 2024-03-31

963 downloads per month
Used in 10 crates (5 directly)

MIT/Apache

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