Files
simple-rust-tests/__wasm/js-wasm/helloworld/js-wasm/crates/cstring
2022-07-17 19:41:12 +08:00
..
2022-07-17 19:41:12 +08:00
2022-07-17 19:41:12 +08:00
2022-07-17 19:41:12 +08:00
2022-07-17 19:41:12 +08:00

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";