Crates.io | cstring |
lib.rs | cstring |
version | 0.1.1 |
source | src |
created_at | 2019-03-17 05:04:50.124374 |
updated_at | 2020-11-22 17:35:27.184925 |
description | A super simple cstring library for WebAssembly |
homepage | |
repository | |
max_upload_size | |
id | 121494 |
size | 44,290 |
A super simple library for c strings in web assembly
[dependencies]
cstring = "0.0.4"
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";