wasm-bindgen-test-macro This crate, living at crates/test-macro, is a procedural macro that defines the #[wasm_bindgen_test] macro. The normal #[test] cannot be used and will not work. Eventually it's intended that the #[wasm_bindgen_test] attribute could gain arguments like "run in ...
[package] name = "wasm-bindgen-file-reader-test" version = "0.1.0" edition = "2021" license = "GPL-3.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] crate-type = ["cdylib"] [dependencies] hex = "0.4.3" js-sys = "0.3...
test: Bump version for wasm-bindgen Browse files master v0.13.0 drager committed Jul 1, 2024 1 parent debee9b commit 490703b Showing 1 changed file with 1 addition and 1 deletion. Whitespace Ignore whitespace Split Unified 2 changes: 1 addition & 1 deletion 2 tests/all/download.rs ...
(import "./reference_test.js" "__wbindgen_init_anyref_table" (func (;0;) (type 0))) (func $__wbindgen_exn_store (type 2) (param i32)) (func $exported (type 0)) (func $__anyref_table_alloc (type 1) (result i32)) (func $exported (type 0)) (table (;0;) 32 anyref) ...