1
0
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-07-06 08:01:32 +00:00
Files
wasm-bindgen/crates/js-sys/tests/wasm/JsString.js

1 line
51 B
JavaScript
Raw Normal View History

2018-08-10 07:44:45 +02:00
exports.new_string_object = () => new String("hi");