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

#1365 in WebAssembly

Download history 643/week @ 2024-12-14 303/week @ 2024-12-21 248/week @ 2024-12-28 281/week @ 2025-01-04 495/week @ 2025-01-11 431/week @ 2025-01-18 161/week @ 2025-01-25 345/week @ 2025-02-01 335/week @ 2025-02-08 330/week @ 2025-02-15 483/week @ 2025-02-22 414/week @ 2025-03-01 522/week @ 2025-03-08 564/week @ 2025-03-15 348/week @ 2025-03-22 439/week @ 2025-03-29

1,947 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

~250KB