mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-11 23:52:03 +03:00
d51f539d1a
* adding .vscode folder to .gitignore * Adding view_mut_raw to generated arrays * test populating rust vector from JS function * Uint32Array test, need to make it generic * Add doc + more test cases * replacing macro-generated tests with generic test function it is cleaner, safer and better that way * improving rustdoc
13 lines
135 B
Plaintext
13 lines
135 B
Plaintext
.idea
|
|
/target/
|
|
**/*.rs.bk
|
|
Cargo.lock
|
|
node_modules
|
|
package-lock.json
|
|
npm-shrinkwrap.json
|
|
yarn.lock
|
|
*.d.ts
|
|
/publish
|
|
/publish.exe
|
|
.vscode
|